@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100; 200; 300; 400; 500; 600; 700; 800; 900&family=Noto+Sans+KR:wght@100; 200; 300; 400; 500; 600; 700; 800; 900&family=Roboto:wght@100; 300; 400; 500; 700; 900&display=swap');
@font-face { font-family: 'GmarketSansTTFLight'; src: url(/fonts/GmarketSans/GmarketSansLight.otf) format("opentype"); font-weight: normal; font-style: normal; } 

@font-face { font-family: 'GmarketSansTTFMedium'; src: url(/fonts/GmarketSans/GmarketSansMedium.otf) format("opentype"); font-weight: 700; font-style: normal; } 

@font-face { font-family: 'GmarketSansTTFBold'; src: url(/fonts/GmarketSans/GmarketSansBold.otf) format("opentype"); font-weight: 900; font-style: normal; } 


@font-face { font-family: 'NEXON Lv2 Gothic Medium'; src: url('/fonts/nexonLv2Gothic/NEXON Lv2 Gothic Medium.eot'); src: url('/fonts/nexonLv2Gothic/NEXON Lv2 Gothic Medium.eot?#iefix') format('embedded-opentype'),
 url('/fonts/nexonLv2Gothic/NEXON Lv2 Gothic Medium.ttf') format('truetype'),
 url('/fonts/nexonLv2Gothic/NEXON Lv2 Gothic Medium.woff') format('woff'),
 url('/fonts/nexonLv2Gothic/NEXON Lv2 Gothic Medium.woff2') format('woff2'); font-weight: normal; font-style: normal; } 
@font-face { font-family: 'NEXON Lv2 Gothic Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Light.woff') format('woff'); font-weight: normal; font-style: normal; } 
@font-face { font-family: 'NEXON Lv2 Gothic'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff'); font-weight: normal; font-style: normal; } 
@font-face { font-family: 'NEXON Lv2 Gothic Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Bold.woff') format('woff'); font-weight: normal; font-style: normal; } 
@font-face { font-family: 'RIDIBatang'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff'); font-weight: normal; font-style: normal; } 

* { font-family: 'Noto Sans KR', sans-serif; } 

a, em, strong, input, label, i, img {display: initial; } 

body { letter-spacing: -1px; line-height: 1.2; } 
.inner-xxl { max-width: 1232px; } 
.inner-1200 { position: relative; display: block; max-width: 1232px; margin: 0 auto; padding: 0 16px; } 
.inner-800 { position: relative; display: block; max-width: 832px; margin: 0 auto; padding: 0 16px; } 
.container { padding-bottom: 120px; } 
.contents { padding-top: 32px; } 

#wrap.fixed .header-wrap { position: fixed; top: 0; left: 0; transition: 0.2s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); box-shadow: 0px 18px 18px rgba(68, 68, 68, 0.06), 0px 0px 1px rgba(68, 68, 68, 0.31); z-index: 999; } 
#wrap.header-roll-up .header-wrap { -webkit-transform: translateY(-150%); -ms-transform: translateY(-150%); transform: translateY(-150%); } 

#wrap.fixed.header-roll-up .aside { top: 32px !important; } 
#wrap.fixed .aside { top: 127px !important; } 

/* 메인 */ 
#main.container { padding-top: 0; padding-bottom:0; } 
 
.mb-0 { margin-bottom: 0px !important; } 
 
 
/* header */ 
.header { position: relative; z-index: 99; } 
.header-inner { position: relative; max-width: 1432px; height: 100%; margin: 0 auto; padding: 0 16px; } 
.util-wrap { height: 46px; background-color: var(--theme-color); } 
.util-menu { display: flex; align-items: center; justify-content: flex-end; } 
.util-menu > li { float: left; background-color: #60bb46; } 
.util-menu > li:first-child { margin-left: 0; background-color: #009edd; display: flex; justify-content: flex-start; align-items: center; } 
.util-menu > .util > a { display:block; width: 128px; height: 46px; display:flex; justify-content: center; align-items: center; font-family: 'GmarketSansTTFMedium'; } 
.util-menu > .util > a.bg_diff { background-color: #60bb46; } 
.util-menu > .util i { margin-right: 4px; } 
.util-menu > .util span { line-height: 1.5; text-align: center; font-size: 14px; color: #fff; font-weight: 500; } 
.util-menu > .childSelect select { width: 128px; height: 46px; display: flex; justify-content: center; align-items: center; font-family: 'GmarketSansTTFMedium'; border: 0; color: #fff; padding-left: 16px; } 
.util-menu > .childSelect select.selectBoxA { background: url('/images/skin/myon/common/icon_down.png') no-repeat center right 10px; } 
.util-menu > .lang { position: relative; margin-left: 16px; cursor: pointer; } 
.util-menu > .lang:hover .lang-select { display: block; } 
.util-menu > .lang .lang-select { display: none; position: absolute; top: 35px; left: -36px; width: 94px; padding: 8px 0; background: #FFF; border: 1px solid #EEE; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08); border-radius: 8px; text-align: center; z-index: 9; } 
.util-menu > .lang .lang-select::before { display: block; content: ''; position: absolute; top: -28px; left: 0; width: 94px; height: 30px; z-index: -1; } 
.util-menu > .lang .lang-select li a { display: block; padding: 8px 0; line-height: 18px; font-size: 13px; } 
.util-menu > .lang .lang-select li a.active, .util-menu > .lang .lang-select li a:hover { color: #383838; color: var(--theme-color); } 
.header-wrap { width: 100%; background-color: #fff; transition: all 0.3s; } 
.header-wrap .header-inner { } 
.util.cart { background: #005aa0; }
.util.cart a span { padding-right: 34px; line-height: 32px; background: url('/images/skin/myon/main/ico_cart_myon.png') no-repeat; background-position: right center; background-size: 29px 24px; }
.util.cart a b { position: absolute; top: 5px; right: 32px; width: 18px; height: 18px; background: #E32C44; border-radius: 30px; text-align: center; color: #fff; line-height: 16px; font-size: 11px; font-weight: 700; }
.lnb-member .cart { position: relative; margin-left: 8px; width: 40px; height: 40px; background: url('/images/skin/myon/main/ico_cart_myon_blk.png') no-repeat; background-position: center; background-size: 32px 32px; }
.lnb-member .cart b { position: absolute; top: -1px; right: -4px; width: 18px; height: 18px; background: #E32C44; border-radius: 30px; text-align: center; color: #fff; line-height: 16px; font-size: 11px; font-weight: 700; }


.header_fc { display: flex; justify-content: center; align-items: center; flex-direction: column; } 
.logo { position: relative; display: flex; justify-content: center; align-items: center; padding: 20px 0 20px 0; width: 100%; border-bottom: 1px solid #e1e1e1; } 
.logo .logo-wrap { display: flex; align-items: center; } 
.logo .logo-wrap a { display: flex; align-items: center; } 
.logo a { } 
.user_header .logo img { max-width: 250px; max-height: 74px; vertical-align: middle; transition: all 0.3s ease-in-out; } 
.header-wrap.rolldown .logo img { max-width: 127px; } 
.header-wrap.rolldown .logo { padding: 8px 0; } 
.logo .no-img { display: inline-block; vertical-align: middle; font-size: 24px; color: #000; } 
.logo .campus { display: inline-block; height: 25px; vertical-align: middle; } 
.logo .campus span { display: inline-block; max-width: 107px; height: 25px; margin-left: 16px; padding:1px 8px; background-color:#383838; background-color:var(--theme-color); border-radius: 4px 0 0 4px; color: #fff; border: 1px solid rgba(0, 0, 0, 0.38); border: 1px solid var(--theme-color); font-weight: bold; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.logo .campus.partner span { margin-left:0; border-radius: 0 4px 4px 0; background-color:#fff; border: 1px solid rgba(0, 0, 0, 0.38); color: rgba(0, 0, 0, 0.58); } 

.gnb .gnb-list li { display: inline-block; padding-left: 12px; } 
.gnb .gnb-list li:first-child { padding-left:0; } 
.gnb .gnb-list li a { position: relative; display: inline-block; height: 100%; padding: 0 4px; font-weight: bold; color: rgb(238, 238, 238); text-align: center; } 
.gnb .gnb-list li a span { position: relative; z-index: 1; } 
.gnb-bar { display: block; position: absolute; top: 48px; width: 0; height: 10px; background-color: #383838; background-color: var(--theme-color); opacity: 0.35; } 
.gnb .gnb-list li a.direct span { padding-right: 15px; } 
.gnb .gnb-list li a.direct span::after { content: ""; position:absolute; top:0; right:0; width:11px; height:11px; background: url(/images/common/ico_blank_menu_2x.png) no-repeat center / 11px 11px; } 


#TopSns { display: flex; justify-content: space-between; align-items: center; } 
.sns ul { display: flex; justify-content: flex-start; align-items: center; } 
.sns ul:after { content:""; display:block; visibility:hidden; clear:both; height:0; } 
.sns li { margin:0 0 0 15px; } 
.sns li:first-child { margin:0; } 
.sns li a { display: block; overflow: hidden; text-indent: 9999em; width: 25px; height: 25px; background-size: contain !important; background-position: center center !important; background-repeat:no-repeat !important; } 
.sns li.s1 a { background:url(/images/skin/myon/common/btn_sns_blog.png); } 
.sns li.s2 a { background:url(/images/skin/myon/common/btn_sns2.png); } 
.sns li.s3 a { background:url(/images/skin/myon/common/btn_sns_youtube.png); } 
.sns li.s4 a { background:url(/images/skin/myon/common/btn_sns_insta.png); } 
.sns li.s5 a { background:url(/images/skin/myon/common/btn_sns5.png); } 
.sns li.s6 a { background:url(/images/skin/myon/common/btn_sns_kakao.png); } 
 
.gnb-depth1 { display: flex; justify-content: center; align-items: center; max-width: 1432px; margin: 0 auto; padding: 0 16px; } 
.gnb-depth1>li { position: relative; flex: 1; width: 20%; text-align: center; font-family: 'NEXON Lv2 Gothic Medium'; display: inline-block; padding: 17px 0 16px 0; vertical-align: top; background: url(/images/skin/myon/common/bg_gnb_p.png) left center no-repeat; } 
.gnb-depth1>li:first-child { background : none; } 
.gnb-depth1>li a { font-family: 'NEXON Lv2 Gothic Medium'; font-size: 19px; color: #1d2220; line-height: 17px; white-space:nowrap; text-align: center; } 


.gnb-depth2 { display:none; position: absolute; left: 0; top: 0; margin: 70px 0 0 0; text-align: center; width: 100%; z-index: 9; } 
.gnb-depth2 > li { display: block; position: relative; margin: 22px 0 0 0; transition: all 0.3s ease-in-out; } 
.gnb-depth2 > li a span { position: relative; display: inline-block; font-family: 'NEXON Lv2 Gothic Medium'; font-size: 16px; color: #767d7a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; } 

.header_fc .bg { position: absolute; width:100%; height:0px; left: 0; transition:all 0.3s ease-in-out; margin-top: 2px; } 
.header_fc .bg.on { height:260px; background:#fff; } 

#navi { z-index: 9; width: 100%; } 
#gnb ul.gnb-depth1 > li > a { font-family:'NEXON Lv2 Gothic Medium'; font-size:19px; color:#1d2220; line-height:17px; } 
#gnb ul.gnb-depth1 > li > a > span { font-family:'NEXON Lv2 Gothic Medium'; color:#1d2220; } 
#gnb ul.gnb-depth1 > li > ul { display:none; position:absolute; left:0; top:0; margin:70px 0 0 0; text-align:center; width:100%; } 
#gnb ul.gnb-depth1 > li > ul > li { display:block; position:relative; margin:22px 0 0 0; transition:all 0.3s ease-in-out; } 
#gnb ul.gnb-depth1 > li > ul > li a { position:relative; display:inline-block; font-family:'NEXON Lv2 Gothic Medium'; font-size:16px; color:#767d7a; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; } 
#gnb ul.gnb-depth1 > li > ul > li a:hover span { font-family:'NEXON Lv2 Gothic Medium'; color:#005f9e; padding:0 2px; } 
#gnb ul.gnb-depth1 > li > ul > li a:before { position:absolute; bottom:-3px; left:50%; width:0; height:1px; background-color:#005f9e; content:""; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; } 
#gnb ul.gnb-depth1 > li > ul > li a:hover:before { width:100%; margin-left:-50%; } 
#gnb ul.gnb-depth1 > li > ul > li img { vertical-align:middle; margin:-2px 0 0 2px; } 
.headerTop { height:0; } 
/* #mHeader .topmenu { display:none; } */

 
/* 헤더 스크롤 */ 
.header .header-wrap.rolldown { position: fixed; top: -105px; left: 0; z-index: 100; } 
.header .header-wrap.rolldown.active { top: 0; border-bottom: 1px solid #e1e1e1; } 
 
.sideMenu-btn { display:none; position: absolute; top: 50%; right: 0; transform: translateY(-50%); } 
.sideMenu-home { position: absolute; top: 14px; right: 64px; display: block; width: 48px; height: 48px; background: url("/images/common/ico_home_2x.png") no-repeat center; background-size:16px 15px; font-size: 0; text-indent: -999px; } 

.lnb-member { padding: 60px 10px 16px 10px; display: flex; } 
.lnb-member > p { display: flex; justify-content: flex-start; align-items: center; margin: 0 4px 0 0; } 
.lnb-member > p > span { font-weight: 700; } 
.lnb-member > p a { width: 90px; background-color: #009edd; color: #fff; border: 1px solid #009edd; font-family: 'GmarketSansTTFMedium'; font-size: 13px; font-weight: 500; display: block; text-align: center; border: none; padding: 12px 0 10px 0; border-radius: 3px; } 
.lnb-member > a { width: 90px; margin-left: 5px; font-family: 'GmarketSansTTFMedium'; font-size: 13px; font-weight: 500; display: block; text-align: center; border: 1px solid #dbdbdb; padding: 12px 0 10px 0; border-radius: 3px; } 
.m-childSelect { width: 100%; background: #F5F5F5; } 
.m-childSelect .selectBoxB { background: url("/images/common/ico_arrow_bottm_2x.png") no-repeat right 12px center; background-size: 12px 8px; } 
.m-childSelect .selectOptions { border-left: none; border-right: none; } 

#sideMenu { position: fixed; display: flex; justify-content: space-between; flex-direction: column; right: -480px; top: 0; max-width: 480px; height: 100%; background: #fff; z-index: 50; width: 100%; z-index: 999; } 
.lnb-wrap { display: flex; justify-content: space-between; flex-direction: column; } 
.lnb-menu { padding: 0; overflow-y: auto; } 
.lnb-menu .gnb-depth1 { display: block; padding: 0 0 0 0; text-align: left; border-top: 1px solid #e1e1e1; } 
.lnb-menu .gnb-depth1 > li { float: none; display: block; padding: 0; border-bottom: 1px solid #e1e1e1; } 
.lnb-menu .gnb-depth1 > li > a { text-align: left; position: relative; display: block; font-size: 24px; color: #1d2220; line-height: 20px; padding: 22px 10px 22px 35px; letter-spacing: -1px; background-color: #f2f2f2; } 
.lnb-menu .gnb-depth1 > li > a.active { background-color: var(--theme-color); color: #fff; } 
.lnb-menu .gnb-depth2 { background-color: var(--theme-color); display: none; position: relative; left: 0; top: 0; margin: 0; padding: 0 0 30px 62px; text-align: left; overflow: hidden; } 
.lnb-menu .gnb-depth2 > li { display: block; position: relative; margin: 24px 0 0 0; transition: all 0.3s ease-in-out; } 
.lnb-menu .gnb-depth2 > li > a { position: relative; display: block; text-align: left; padding:0 2px; } 
.lnb-menu .gnb-depth2 > li > a:hover { font-family:'NEXON Lv2 Gothic Medium'; } 
.lnb-menu .gnb-depth2 > li > a > span { font-family: 'NEXON Lv2 Gothic Light'; font-size: 18px; line-height: 22px; color: #fff; white-space: nowrap; text-align: left; padding:0 2px; } 
.lnb-menu .gnb-depth2 > li > a > span.gnb_depth_text:before { position:absolute; bottom:-3px; left:50%; width:0; height:1px; background-color:#005f9e; content:""; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; } 
.lnb-menu .gnb-depth2 > li > a:hover .gnb_depth_text:before { width:100%; margin-left:-50%; background-color: #009edd; } 
.lnb-menu .gnb-depth2 > li > a:hover .gnb_depth_text { color:#009edd; } 
#footerM { width: 100%; text-align: center; padding: 16px; } 
#footerM .flogo { display:none; } 
#footerM .sns { margin-bottom: 16px; display: flex; justify-content: center; align-items: center; } 
#footerM .sns li { display:inline-block; margin:0 5px; vertical-align:top; width:36px; height:36px; overflow:hidden; } 
#footerM .sns li a { display:block; overflow:hidden; text-indent:-9999em; width:36px; height:36px; background-position:center center; background-repeat:no-repeat; } 
#footerM .sns li.s1 a { background-image:url(/images/skin/myon/common/btn_sns_blog.png); } 
#footerM .sns li.s2 a { background-image:url(/images/skin/myon/common/btn_sns_kakao.png); } 
#footerM .sns li.s3 a { background-image:url(/images/skin/myon/common/btn_sns_youtube.png); } 
#footerM .sns li.s4 a { background-image:url(/images/skin/myon/common/btn_sns_insta.png); } 
#footerM .sns li.s5 a { background-image:url(/images/skin/myon/common/btn_sns_kakao.png); } 
#footerM .sns li.s6 a { background-image:url(/images/skin/myon/common/btn_sns_kakao.png); } 
#footerM .copyright { margin:2px 0 0 0; font-size:12px; line-height:11px; color:#aaa; font-weight:300; font-family:'Roboto', sans-serif; } 
.body_hidden { height: 100%; min-height: 100%; overflow: hidden !important; touch-action: none; } 
 
.m-etc-service { padding: 16px; border-bottom: 1px solid #dbdbdb; } 
.m-etc-service > ul { display: flex; flex-wrap: wrap; } 
.m-etc-service > ul > li { margin-right: 16px; } 
.m-etc-service > ul > li:last-child { margin-right: 0; } 
.m-etc-service > ul > li a { position: relative; display: block; width: 160px; height: 48px; line-height: 48px; background: #FFF; border: 1px solid #DDD; border-radius: 8px; text-align: center; } 
.m-etc-service .free-trial { position: relative; } 
.m-etc-service .free-trial a span { display: block; padding-top: 3px; padding-right: 44px; } 
.m-etc-service .free-trial a em { position: absolute; top: 8px; right: 20px; display: block; width: 42px; height: 20px; line-height: 20px; background-color: #383838; background-color: var(--theme-color); opacity: 0.8; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08); border-radius: 8px; color: #fff; text-align: center; } 
.m-etc-service .mpay-trial a { } 
.m-etc-service .mpay-trial a img { display: inline-block; width: 53px; vertical-align: text-bottom; } 
.m-etc-service .mpay-trial a span { display: inline-block; margin-left: 4px; } 
 
 
.m-quick { display: flex; flex-wrap: wrap; padding: 24px 12px 16px; } 
.m-quick::after { display: block; content: ''; clear: both; } 
.m-quick > li { float: left; width: 48%; margin: 1%; border: 1px solid #D8D8D8; border-radius: 8px; text-align: center; } 
.m-quick > li > a { display: flex; justify-content: center; align-items: center; padding: 18px 0; } 
.m-quick > li > a > span { display: inline-block; margin-left: 8px; font-weight: bold; color: rgba(0, 0, 0, 0.58); } 
.m-quick_banner { display: flex; flex-wrap: wrap; padding:16px 12px; } 
.m-quick_banner > li { margin: 0 4px 8px 4px; } 
.m-quick_banner > li > a { display:block; width: 128px; height: 64px; border: 1px solid #D8D8D8; border-radius: 8px; background-color: #fff; overflow: hidden; } 
.m-quick_banner > li > a img { width: 126px; height: auto; object-fit: cover; } 

.htable-wrap .tbody > ul.bo-notice > li.cell-subject > a { color: var(--theme-color); font-weight: 600; } 

 
/* 서브메뉴 */
.set-menu { border-bottom: 2px solid #f5f5f5; } 
.depth1-title { display: none; } 
.set-gnb { display: flex; justify-content: center; align-items: center; text-align: center; height: 98px; } 
.gnb-list { display: flex; justify-content: center; align-items: center; } 
.gnb-list li { position: relative; display: inline-block; margin: 0 9px; padding: 0 30px; color: #1d2220; font-size: 17px; line-height: 14px; font-weight: 500; } 
.gnb-list li a.active { color: #00aeeb; } 
.gnb-list li a:hover:before, .gnb-list li a.active:before { width: 100%; margin-left: -50%; } 
.gnb-list li a:before { position: absolute; bottom: -41px; left: 50%; width: 0; height: 2px; background-color: #009edd; content: ""; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; } 
.gnb-list li a:hover:after, .gnb-list li a.active:after { content: ""; display: block; position: absolute; bottom: -53px; left: 50%; margin: 0 0 0 -21px; width: 42px; height: 24px; background: url(/images/skin/myon/sub/icon_lnb_v.gif) left top no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; } 
.gnb-list li a span { transition: all 0.3s ease-in-out; font-weight: 400; font-family: 'NEXON Lv2 Gothic Medium'; } 
.gnb-list li a:hover span { color: #00aeeb; } 

#subVisual { position: relative; /*display: none; */ width: 100%; height: 220px; overflow: hidden; background-color: var(--theme-color); } 
#subVisual .svbox { position: absolute; left: 0; top: 0; width: 100%; height: 220px; background-position: center top; background-repeat: no-repeat; animation: info_over 2s ease-in-out; transform: scale(1); } 
@keyframes info_over { 
 0% { transform: scale(1.1); } 
100% { transform: scale(1); } 
 }
#subVisual .svbox { background-image: url(/images/skin/myon/sub/img_visual1.jpg); } 
#subVisual .titlebox { position: relative; display: table; width: 100%; height: 100%; } 
#subVisual .titlebox .title { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; color: #fefefe; font-size: 70px; font-weight: 800; font-family: 'Roboto', sans-serif; } 
#subVisual .titlebox .title > div { margin: 0 8px; display: inline-block; color: #fefefe; font-family: 'Roboto', sans-serif; font-weight: 800; } 

/* footer */
.footer.myon { position: relative; width: 100%; background-color: var(--theme-color); z-index: 9; } 
.footer.myon .footer-inner { position: relative; padding: 60px 0 60px; max-width: 1400px; margin: 0 auto; display: flex; justify-content: center; align-items: center; width: 100%; } 
.footer.myon .footer-wrap { display: flex; justify-content: space-between; padding: 0 16px; } 

.footer.myon .ft-menu { margin-bottom: 27px; } 
.footer.myon .ft-menu-list { display: inline-block; vertical-align: middle; } 
.footer.myon .ft-menu-list li { display: inline-block; margin-right: 12px; } 

.footer.myon .ft-menu-list li a { font-weight: bold; } 
.footer.myon .ft-menu-list li a.ft_compInfo { } 
.footer.myon .ft-menu-list li a.ft_compInfo::after { display:inline-block; content:''; width: 2px; height: 12px; margin-left: 16px; background: #D8D8D8; } 
.footer.myon .ft-menu .aca-search { position: relative; display: inline-block; margin: 0 12px; padding: 3px 12px; vertical-align: middle; border: 1px solid #D8D8D8; border-radius: 4px; font-weight: bold; } 
.footer.myon .ft-menu .aca-search::after { display: inline-block; content: ''; position: absolute; left: -16px; top: 50%; margin-top: -6px; width: 2px; height: 12px; background: #D8D8D8; } 
.footer.myon .ft-sns { display: inline-block; } 
.footer.myon .ft-sns li { display: inline-block; margin-right: 2px; vertical-align: middle; } 
.footer.myon .ft-sns li:last-child { margin-right: 0; } 
.footer.myon .ft-sns li a i { transition: 0.2s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } 
.footer.myon .ft-addres-copy h2 { margin-bottom: 10px; font-weight: bold; font-size: 18px; line-height: 120%; color: rgba(0, 0, 0, 0.78); } 
.footer.myon .ft-addres-copy { width: calc(100% - 512px); } 
.footer.myon .ft-addres-copy .address { color: rgba(0, 0, 0, 0.58); display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } 
.footer.myon .ft-addres-copy .copy { color: rgba(0, 0, 0, 0.58); } 
.ft-app { position: relative; padding: 0 32px 0 67px; } 
.ft-app::before { position: absolute; top: 0; left: 30px; display: inline-block; content: ''; width: 1px; height: 136px; background: #D8D8D8; opacity: 0.4; } 
.ft-app h3 { margin-bottom: 24px; font-weight: bold; font-size: 18px; line-height: 120%; } 
.ft-app ul li { width: 145px; height: 40px; line-height: 37px; border: 1px solid rgba(216, 216, 216, 0.5); box-sizing: border-box; border-radius: 8px; } 
.ft-app ul li.google { margin-bottom: 8px; background: url("/images/skin/card/ico_google_2x.png") no-repeat left 20px center; background-size:18px 21px; } 
.ft-app ul li.apple { background: url("/images/skin/card/ico_apple_2x.png") no-repeat left 20px top 5px; background-size:22px 26px; } 
.ft-app ul li a { display: block; font-weight: bold; font-size: 14px; color: rgba(0, 0, 0, 0.58); text-align: center; } 
.ft-app ul li.google a { padding-left: 25px; } 
.ft-app ul li.apple a { padding-left: 18px; } 
.footer.myon .address li { position: relative; display: flex; padding-left: 8px; margin-left: 9px; line-height: 24px; font-weight: normal; } 
.footer.myon .address li span { color: #fff; font-size: 14px; font-weight: 300; line-height: 22px; margin-top: 4px; } 
.footer.myon .address li::after { content: ''; position:absolute; top:11px; left: -1px; display: block; width: 1px; height: 11px; background-color: #4d8cbd; vertical-align: middle; } 
.footer.myon .address li:first-child::after { display: none; } 
.footer.myon .address li:first-child { padding-left: 0px; margin-left: 0px; } 

.footer.myon .ft-left { position: absolute; top: 40px; left:0; display: block; } 
.footer.myon .ft-left p.copy { margin: 10px 0 0 0; font-size: 12px; line-height: 11px; color: #fff; font-weight: 300; font-family: 'Roboto', sans-serif; } 
.footer.myon .ft-sns { display: flex; justify-content: flex-start; align-items: center; padding-top: 18px; } 
.footer.myon .ft-sns>li { margin-right: 16px; } 
.footer.myon .ft-sns>li>a { position: relative; display: inline-block; width: 30px; height: 30px; background-size: contain !important; background-repeat: no-repeat !important; background-position: center !important; } 
.footer.myon .ft-sns>li>a i { width: 100%; height: 100%; } 
.footer.myon .ft-sns>li>a i.ico.blog { background: url('/images/skin/myon/common/btn_sns_blog.png'); } 
.footer.myon .ft-sns>li>a i.ico.youtube { background: url('/images/skin/myon/common/btn_sns_youtube.png'); } 
.footer.myon .ft-sns>li>a i.ico.insta { background: url('/images/skin/myon/common/btn_sns_insta.png'); } 
.footer.myon .ft-sns>li>a i.ico.kakao { background: url('/images/skin/myon/common/btn_sns_kakao.png'); } 

.footer.myon .ft-right { position: absolute; top: 40px; right: 0; } 
.footer.myon .ft-info { display: flex; justify-content: flex-end; align-items: center; padding-top: 20px; } 
.footer.myon .ft-info a { position: relative; color: #fff; font-size: 14px; font-weight: 300; padding: 0 0 0 15px; margin: 0 0 0 15px; } 
.footer.myon .ft-info a:first-child:after { background: none; } 
.footer.myon .ft-info a:after { content: ""; position: absolute; top: 3px; left: 0; display: block; width: 1px; height: 12px; background-color: #4d8cbd; } 

.footer.myon .f_site { } 
.footer.myon .f_site > a { position:relative; color:#fff; font-size:15px; border:1px solid #fff; line-height:14px; min-width:130px; width: 100%; max-width: 206px; padding:9px 37px 11px 37px; position:relative; z-index:2; display: block; margin-left: auto; } 
.footer.myon .f_site > a:after { content:""; display:block; position:absolute; right: 33px; top: 50%; margin-top: -3px; width: 11px; height: 6px; background: url(/images/skin/myon/common/icon_down.png) left center no-repeat; } 
.footer.myon .f_site:hover > a:after { background:url(/images/skin/myon/common/icon_up.png) left center no-repeat; transition: all .5s ease; } 
.footer.myon .f_site .f_list { display:none; position:absolute; right:0; bottom:40px; width: 100%; max-width: 206px; padding:0 0 40px 0; } 
.footer.myon .f_site ul { padding:10px 27px 10px 27px; min-width:150px; background-color:var(--theme-color); border:1px solid #fff; } 
.footer.myon .f_site ul li a { padding:12px 0; color:#fff; font-size:15px; font-weight:400; border-bottom:none; display:block; } 
.footer.myon .f_site ul li a:hover { color:#fff; background-color:var(--theme-color); } 

.footer.myon .address li:nth-child(4) { margin-right: 14vw; } 
.footer.myon .address li:nth-child(5) { margin-left: 0; padding-left: 0; } 
.footer.myon .address li:nth-child(5)::after { display: none; } 

/* 약관동의 화면 */
.header.util_header .header-wrap { box-shadow:none; } 
.header.util_header .logo { top:0; transform:none; } 
.agreement-page.join_layer { padding-bottom:300px; } 


/* 스킨 공통 */
#main section .inner { position: relative; } 
#main section .more { position: absolute; top: 0; right: 16px; display: block; width: 36px; height: 28px; background-color: #FFF; border: 1px solid #D8D8D8; border-radius: 4px; background: url("/images/skin/card/ico_more_2x.png") no-repeat center; background-size:14px 14px; transition: 0.2s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } 
#main section .more:hover { background-color: #f5f5f5; } 
.main-title { margin: 0; padding: 0 0 16px; font-weight: bold; font-size: 20px; border-top: none; line-height: 120%; color: #000; } 
.main-small-title { font-weight: bold; font-size: 20px; line-height: 120%; color: #000; } 

.web_br { display: block; } 


/* 메인 페이지 */
#main { padding-bottom: 0; } 
#main .main-contents { position: relative; margin-bottom: 64px; } 
.main-banner .inner { overflow: hidden; } 
.main-map .map-control { right:32px; } 

.main-banner { position:relative; } 
.pc-wrapper { display:block; } 
.moblie-wrapper { display:none; } 
.swiper-container { width:100%; max-height:579px; overflow:hidden; } 
.swiper-container .swiper-slide { position:relative; width:100%; height:100%; overflow:hidden; display:flex; } 
.swiper-container .swiper-slide a { width:100%; height:100%; display:block; } 
.swiper-container .swiper-slide .mvisualImage { position:absolute; left:0; right:0; top:0; bottom:0; background-position:center center; background-repeat:no-repeat; background-size:cover; } 
.swiper-container .swiper-slide .mvisual01 { background-image:url(/images/skin/myon/main/img_mvisual1.jpg); } 
.swiper-pagination { position: absolute !important; } 
.swiper .swiper-pagination.swiper-pagination-bullets { top:auto; bottom:28px; left:0; right:0; width:100%; } 
.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet { opacity:1; display:inline-block; margin:0 4px; width:58px; height:12px; border:none; background-color:#fff; border-radius:20px; } 
.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { width:12px; height:12px; background-color:#009edd; } 

.swiper-container .btn_pn { position:absolute; top:50%; margin-top:-25px; width:49px; height:49px; background-size:100%; background-position:center center; background-repeat:no-repeat; } 
.swiper-container .swiper-button-next { right:8%; background-image:url(/images/skin/myon/main/btn_swiper_next.png); } 
.swiper-container .swiper-button-prev { left:8%; background-image:url(/images/skin/myon/main/btn_swiper_prev.png); } 

@media screen and (max-width:1400px){
 .swiper-container { max-height:500px; } 
 }
@media screen and (max-width:1024px){
 .swiper-container { max-height:400px; } 
/*.swiper-container .swiper-slide .mvisual01 { background-image:url(/images/skin/myon/main/img_mvisual1_m.jpg); } */ }
@media screen and (max-width:800px){
 .swiper-container { max-height:350px; } 
 }
/*
@media screen and (max-width:1024px){
 .swiper-container { height:723px; } 
.swiper-container .swiper-slide .mvisual01 { background-image:url(/images/skin/myon/main/img_mvisual1_m.jpg); } 
 }
@media screen and (max-width:800px){
 .swiper-container { height:680px; } 
 }
*/
@media screen and (max-width:640px){
 .pc-wrapper { display:none; } 
.moblie-wrapper { display:block; } 
.swiper-container { max-height:420px; } 
.swiper .swiper-pagination.swiper-pagination-bullets { bottom:25px; } 
 }
@media screen and (max-width:480px) { /*.swiper-container .swiper-slide .mvisual01 { background-image:url(/images/skin/myon/main/img_mvisual1_s.jpg); } */ } 



.ani-coin { transform: translateY(150px); transition: all 0.3s; animation: up 0.5s 0.3s forwards , up_down 1.8s 1s infinite alternate-reverse ease-in-out; } 
.ipsi-banner2 .img-box::after { transform: translateY(150px); transition: all 0.3s; animation: up 0.5s 0.3s forwards , down_up 1.8s 1s infinite alternate-reverse ease-in-out; } 
@keyframes up { 
 0% { transform: translateY(150px); } 
 100% { transform: translateY(0px); } 
 }

@keyframes up_down { 
 0% { transform: translateY(-30px); } 
 /* 50% { transform: translateY(0px); } */
 100% { transform: translateY(0px); } 
 }
@keyframes down_up { 
 0% { transform: translateY(30px); } 
 /* 50% { transform: translateY(0px); } */
 100% { transform: translateY(0px); } 
 }




/* 공지배너 */
.main-subject .subject-list { display: flex; flex-wrap: wrap; justify-content: space-between; } 
.subject-list li { position: relative; top: 0; height: 162px; margin-bottom: 10px; background-color: #fff; border: 1px solid #D8D8D8; box-sizing: border-box; border-radius: 12px; transition: .2s ease; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); z-index: 1; } 
.subject-list li:hover { top: -10px; border: 1px solid #383838; border: 1px solid var(--theme-color); box-shadow: 0px 18px 18px rgba(68, 68, 68, 0.06), 0px 0px 1px rgba(68, 68, 68, 0.31); } 
.subject-list li .subject b { font-size: 18px; color: rgba(0, 0, 0, 0.78); word-break: keep-all; } 
.subject-list li span { color: #383838; color: var(--theme-color); font-weight: bold; font-size: 12px; } 
.subject-list li a { display: block; width: 100%; height: 100%; padding: 24px; background-repeat: no-repeat; background-position: right 24px bottom 24px; } 
.subject-list li.subject-korean a { background-image: url("/images/skin/lecturer/ico_subject_korean.png"); } 
.subject-list li.subject-math a { background-image: url("/images/skin/lecturer/ico_subject_math.png"); } 
.subject-list li.subject-english a { background-image: url("/images/skin/lecturer/ico_subject_english.png"); } 
.subject-list li.subject-social a { background-image: url("/images/skin/lecturer/ico_subject_social.png"); } 
.subject-list li.subject-science a { background-image: url("/images/skin/lecturer/ico_subject_science.png"); } 
.subject-list li.subject-essay a { background-image: url("/images/skin/lecturer/ico_subject_essay.png"); } 
.subject-list li.subject-etc a { background-image: url("/images/skin/lecturer/ico_subject_etc.png"); } 
.subject-list li.subject-analysis a { background-image: url("/images/skin/lecturer/ico_subject_analysis.png"); } 
.subject-list li.subject-consult a { background-image: url("/images/skin/lecturer/ico_subject_consult.png"); } 
.subject-list li.subject-info a { background-image: url("/images/skin/lecturer/ico_subject_info.png"); } 
.subject-list li.subject-news a { background-image: url("/images/skin/lecturer/ico_subject_news.png"); } 
.subject-list li.subject-smart-analysis a { background-image: url("/images/skin/lecturer/ico_subject_smart_analysis.png"); } 

.subject-list li:first-child:nth-last-child(1) { width: 100%; } 
.subject-list li:first-child:nth-last-child(2),.subject-list li:first-child:nth-last-child(2) ~ li { width: 49.5%; } 
.subject-list li:first-child:nth-last-child(3),.subject-list li:first-child:nth-last-child(3) ~ li { width: 32.6%; } 
.subject-list li:first-child:nth-last-child(4),.subject-list li:first-child:nth-last-child(4) ~ li { width: 24.4%; } 
.subject-list li:first-child:nth-last-child(5),.subject-list li:first-child:nth-last-child(5) ~ li { width: 19.4%; } 
.subject-list li:first-child:nth-last-child(6),.subject-list li:first-child:nth-last-child(6) ~ li { width:16%; } 
.subject-list li:first-child:nth-last-child(7),.subject-list li:first-child:nth-last-child(7) ~ li { width:13.6%; } 
.subject-list li .subject i.new { margin-left: 4px; } 
.main-notice-wrap { display: flex; justify-content: space-between; margin-top: 14px; } 
.main-notice-wrap .notice-banner-left { display: flex; justify-content: space-between; width: 49%; } 

.bnr-wrap { z-index: 9 !important; } 
.bnr-list-box { height: 373px !important; margin-top: 48px; z-index: 2 !important; } 
.bnr-list-box::after { display: block; content: ''; clear: both; } 
.bnr-list { width: 280px !important; height: 373px !important; } 
.bnr-list:first-child { } 
.bnr-list > a { display: block; width: 280px; height: 373px; border-radius: 12px; box-sizing: initial; overflow: hidden; /*transition: .2s ease; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); */ } 
.bnr-list > a:hover { top:-16px; filter: drop-shadow(0px 10px 6px rgba(68, 68, 68, 0.06)) drop-shadow(0px 0px 1px rgba(68, 68, 68, 0.21)) !important; } 
.bnr-text { padding: 35px 32px 0; } 
.bnr-cate { margin-bottom: 24px; } 
.bnr-cate i { float: left; } 
.bnr-cate span { margin-left: 5px; font-weight: bold; font-size: 13px; } 
.bnr-title { height: 48px; font-weight: bold; font-size: 20px; line-height: 120%; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; overflow: hidden; } 
.bnr-list .date { display: block; margin-top: 8px; font-size: 12px; color: rgba(0, 0, 0, 0.58); } 
.bnr-notice .bnr-cate i { width: 23px; height: 23px; background: url("/images/common/ico_mainbanner_notice_title.png") no-repeat; } 
.bnr-reserv .bnr-cate i { width: 26px; height: 22px; background: url("/images/common/ico_mainbanner_reservation_title.png") no-repeat; } 
.bnr-schedule .bnr-cate i { width: 28px; height: 28px; background: url("/images/common/ico_mainbanner_schedule_title.png") no-repeat; } 
.bnr-schedule .bnr-cate span { position: relative; top: 4px; } 
.bnr-img { position: absolute; bottom: 0px; left: 0px; width: 280px; height: 158px; overflow: hidden; } 
.bnr-notice-A .bnr-back .bnr-img::after, .bnr-schedule-A .bnr-back .bnr-img::after, .bnr-reserv-A .bnr-back .bnr-img::after { display:block; content:''; position: absolute; top: 0; left: 0; width:100%; height:100%; background:rgba(0,0,0,0.02); } 
.bnr-notice-A .bnr-img img, .bnr-schedule-A .bnr-img img, .bnr-reserv-A .bnr-img img { width: 100%; } 
.bnr-img .default-img { position: absolute; right: 17px; bottom: 32px; } 
.bnr-notice .bnr-img .default-img { display:block; width:108px; height:71px; background:url("/images/common/ico_mainbanner_notice.png") no-repeat 0 0; background-size:108px 71px; } 
.bnr-reserv .bnr-img .default-img { display:block; width:95px; height:91px; background:url("/images/common/ico_mainbanner_reservation.png") no-repeat 0 0; background-size:95px 91px; } 
.bnr-schedule .bnr-img .default-img { display:block; width:92px; height:104px; background:url("/images/common/ico_mainbanner_schedule.png") no-repeat 0 0; background-size:92px 104px; } 
.bnr-schedule.bnr-notice-img a:hover::after { display:none; } 
.bnr-notice-B a::after, .bnr-reserv-B a::after, .bnr-schedule-B a::after { position: absolute; bottom: -50px; right: 21px; display: block; content: ''; width: 48px; height: 48px; border-radius: 50%; background: #383838; background: var(--theme-color); opacity: 0.4; transition: 0.2s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } 
.bnr-notice-B a:hover::after, .bnr-reserv-B a:hover::after, .bnr-schedule-B a:hover::after { bottom: 21px; } 
.bnr-schedule .bnr-img .date { position: absolute; bottom: 32px; left: 32px; display: inline-block; font-size: 12px; } 
.bnr-schedule .bnr-img .date .t { margin-right: 10px; font-weight: bold; color: rgba(0, 0, 0, 0.78); } 
.bnr-schedule .bnr-img .date .d { color: rgba(0, 0, 0, 0.58); } 
.bnr-reserv .d-day { position: absolute; top: 34px; right: 32px; font-size: 12px; color: rgba(0, 0, 0, 0.58); } 
.bnr-text .price { margin-top: 18px; font-weight: bold; font-size: 12px; line-height: 120%; } 
.bnr-text .price span { position: relative; top: 1px; margin-right: 4px; font-size: 16px; color: #383838; color: var(--theme-color); } 
.bnr-list .grade { display: block; margin-top: 8px; color: rgba(0, 0, 0, 0.58); } 
/*.main-notice .swiper-pagination-progressbar { top: inherit !important; bottom: 0 !important; left: auto !important; right:0; width: 588px !important; background: rgba(0, 0, 0, 0.1); border-radius: 4px; overflow: hidden; } 
.main-notice .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: rgba(0, 0, 0, 0.2); border-radius: 4px; } */
.bnr-list-box .bnr-last-moreBtn { float: left; width: 130px !important; height: 373px !important; margin-left: 16px; padding-left: 50px; } 
.bnr-list-box .bnr-last-moreBtn > a { position: absolute; top: 50%; transform: translateY(-50.1%); display: block; width: 80px; height: 80px; padding-top: 38px; border-radius: 50%; text-align: center; background: #fff; border: 1px solid #dbdbdb; box-sizing: border-box; } 
.bnr-list-box .bnr-last-moreBtn > a:hover { border: 1px solid #dbdbdb; box-shadow: none; } 
.bnr-list-box .bnr-last-moreBtn > a > span { padding-top:18px; font-weight: bold; font-size: 11px; color: rgba(0, 0, 0, 0.58); background: url("/images/common/ico_arrow_right_bar_2X.png") no-repeat top center; background-size:14px 12px; } 



.card-bnr-slide { position: relative; width: 280px; height: 373px; margin-right: 16px; border-radius: 8px; overflow: hidden; transition: .2s border, box-shadow ease; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } 
.card-bnr-slide .swiper-slide { width: 280px; height: 373px; } 
.card-bnr-slide .swiper-slide a { display: block; width: 100%; height: 100%; } 
.card-bnr-slide .swiper-control { position: absolute; bottom: 36px; left: 32px; } 
.card-bnr-slide .swiper-control .swiper-pagination { position: absolute; bottom: 45px; left: 0; display: inline-block; width: auto; padding: 2px 8px; color:#fff; font-size: 13px; text-align: left; } 
.card-bnr-slide .swiper-control .swiper-pagination::after { display:inline-block; content:''; position: absolute; top: 0; left: 0; width: -webkit-fill-available; min-width: 100%; min-width: -moz-available; min-width: -webkit-fill-available; min-width: fill-available; height: 26px; background: rgba(0, 0, 0, 0.12); border-radius: 4px; z-index: -1; } 
.card-bnr-slide .swiper-control .swiper-pagination .swiper-pagination-current { margin-right: 2px; font-weight: bold; } 
.card-bnr-slide .swiper-control .swiper-pagination .swiper-pagination-total { margin-left: 2px; color: rgba(255, 255, 255, 0.58); } 
.card-bnr-slide .swiper-control .swiper-button-wrap { position: relative; z-index: 1; } 
.card-bnr-slide .swiper-control .swiper-button-wrap::after { display:inline-block; content:''; position: absolute; bottom: 0; left: 0; width:76px; height: 40px; background: rgba(0, 0, 0, 0.12); border-radius: 4px; z-index: -1; } 
.card-bnr-slide .swiper-control .swiper-button { position: relative; top: auto; left: 4px; bottom:-1px; right: auto; display: inline-block; width: 32px; height: 32px; background: url("/images/skin/lecturer/ico_arrow_box.png") no-repeat 0 0; cursor: pointer; } 
.card-bnr-slide .swiper-control .swiper-button::after { display: none; } 
.card-bnr-slide .swiper-control .swiper-button.swiper-button-next2 { margin-left: 1px; background-position: 0 -32px; } 
.card-bnr-slide .swiper-slide .bnr-notice-img { width: 100%; height: auto; border-radius: 8px; object-fit: contain; image-rendering: -webkit-optimize-contrast; overflow: hidden; } 
.card-bnr-slide .swiper-slide .cardBnr-list { width: 100%; height: 100%; border-radius: 8px; overflow: hidden; } 
.card-bnr-slide .swiper-slide .cardBnr-list a::before { display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #D8D8D8; box-sizing: border-box; border-radius: 8px; overflow: hidden; z-index: 1; } 
.cardBnr-list.bnr-reserv-A .bnr-img img { position: absolute; top: 50%; transform: translateY(-50%); height: auto; min-height: 158px; object-fit: cover; border-radius: 0 0 8px 8px; } 

.cardBnr-list .bnr-text .date { display: block; margin-top: 8px; font-size: 12px; color: rgba(0, 0, 0, 0.58); } 


.bnr-notice-txt a::after, .bnr-schedule-txt a::after { position: absolute; bottom: -50px; right: 21px; display: block; content: ''; width: 48px; height: 48px; border-radius: 50%; background: #383838; background: var(--theme-color); opacity: 0.4; transition: 0.2s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } 
.bnr-notice-txt a:hover::after, .bnr-schedule-txt a:hover::after { bottom: 21px; } 

.bnr-schedule .schedule-schyear { display: inline-block; margin-top: 8px; font-size: 14px; color: rgba(0, 0, 0, 0.58); } 
.bnr-schedule .schedule-open-date { display: inline-block; font-size: 12px; } 
.bnr-schedule .schedule-open-date .t { margin-right: 10px; font-weight: bold; color: rgba(0, 0, 0, 0.78); } 
.bnr-schedule .schedule-open-date .d { color: rgba(0, 0, 0, 0.58); } 
.bnr-schedule-txt .schedule-open-date { position: absolute; bottom: 32px; left: 32px; } 
.bnr-schedule-thum .schedule-open-date { float: right; margin-top: 8px; } 


.main-notice2 .notice-banner-left .card-bnr-fix { flex-grow: 1; } 
.main-notice2 .notice-banner-left .card-bnr-fix > div { position: relative; height: 178px; padding: 32px 16px 16px 32px; border: 1px solid #D8D8D8; border-radius: 8px; transition: .2s ease; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } 
.main-notice2 .notice-banner-left .card-bnr-fix > div:hover { border: 1px solid #383838; border: 1px solid var(--theme-color); box-shadow: 0px 18px 18px rgba(68, 68, 68, 0.06), 0px 0px 1px rgba(68, 68, 68, 0.31); } 
.main-notice2 .notice-banner-left .card-bnr-fix > div a { display: block; width: 100%; height: 100%; } 
.main-notice2 .notice-banner-left .card-bnr-fix > div strong { font-weight: bold; font-size: 18px; display: flex; justify-content: flex-start; align-items: center; } 
.main-notice2 .notice-banner-left .card-bnr-fix > div span { display: block; margin-top: 8px; font-size: 13px; color: rgba(0, 0, 0, 0.58); } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-schedule, .main-notice2 .notice-banner-left .card-bnr-fix .card-lecturer { margin-bottom: 17px; background: #FFF; } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-schedule a { background: url("/images/skin/ipsi/ico_reservation2.png") no-repeat right 1px bottom; } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-lecturer a { background: url("/images/skin/ipsi/ico_lecturer_2x.png") no-repeat right 5px bottom; background-size:103px 70px; } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-schedule i.new3 { margin-left: 4px; } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-reservation { background: #F1F7F9; } 
/*.main-notice2 .notice-banner-left .card-bnr-fix .card-reservation a { background: url("/images/skin/pm/ico_reservation2.png") no-repeat right 1px bottom; } */
.main-notice2 .notice-banner-left .card-bnr-fix .card-reservation a { background: url("/images/skin/ipsi/ico_piggymom_mall_card.png") no-repeat right 1px bottom; } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-reservation .cnt { position: absolute; top: -5px; right: 24px; display: inline-block; width: 32px; height: 28px; } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-reservation .cnt svg path { fill: var(--theme-color);; } 
.main-notice2 .notice-banner-left .card-bnr-fix .card-reservation .cnt i { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: block; padding-right: 1px; font-style: normal; font-weight: bold; font-size: 12px; color: #fff; z-index: 1; } 

#main .main-notice2 .more { right:0; } 
.main-notice2 .notice-board-right { position: relative; width: 49%; } 
.main-notice2 .notice-board-right h3 { border-bottom: 1px solid #000; } 
.main-notice2 .notice-board-right .board-list li a { padding:0; height: 100%; } 
.main-board-contents .main-board-list { height: 335px; } 
.main-board-list-box, .promotion-list-box { border-top: 0; clear: both; } 
.main-board-list li { border-bottom: 1px solid #eee; } 
.main-board-list li a { position: relative; display: block; padding:0; height: 100%; } 
.main-board-list li a:hover strong { text-decoration: underline; } 
.main-board-list li a::after { display: block; content: ''; clear: both; } 
.main-board-list li .subject { padding-right: 80px; font-weight: bold; font-size: 16px; line-height: 120%; } 
.main-board-list li .subject span { color: #383838; color: var(--theme-color); margin-right: 8px; vertical-align: middle; } 
.main-board-list li .subject span + strong { max-width: 80%; padding-right: 2px; } 
.main-board-list li .subject strong { display: inline-block; max-width: 90%; color: rgba(0, 0, 0, 0.78); vertical-align: text-bottom; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.main-board-list li .subject i.new { margin-left:4px; } 
.main-board-list li .date { position: absolute; top: 50%; right: 0; transform: translateY(-50%); font-size: 12px; color: rgba(0, 0, 0, 0.38); } 

/* 메인 공지 3개 피기맘 220519 */
.main-notice2 .notice-board33 { } 
.main-notice2.notice33 .main-notice-wrap { margin-top: 24px; } 
.main-notice2.notice33 .main-board-contents .main-board-list li .subject span + strong { } 
.main-notice2.notice33 .notice-board33 .main-board-contents .main-board-list li .subject strong { max-width: calc(100% - 120px); } 
.main-notice2 .notice-board33 { position: relative; width: 31%; } 
.main-notice2 .main-board-contents .main-board-list.auto-height { min-height: 67px; height: auto; } 
.main-notice2 .main-board-contents .main-board-list.auto-height li { height: 67px; } 
.main-notice2 .notice-board33 h3 { border-bottom: 1px solid #000; } 
.main-notice2 .notice-board33 .board-list li a { padding:0; height: 100%; } 



.main-board-contents .main-board-list li { height:20%; } 
.main-board-contents .main-board-list li .subject { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding-right:0; font-size: 14px; } 
.main-board-contents .main-board-list li .subject span { vertical-align: middle; } 
.main-board-contents .main-board-list li .subject span + strong { max-width: 75%; } 
.main-board-contents .main-board-list li .subject strong { max-width: 80%; font-weight: normal; vertical-align: middle; } 
.main-board-contents .main-board-list li .subject i.new { vertical-align: text-top; } 
.main-board-contents .main-board-list .empty { position: relative; height: 202px !important; } 
.main-board-contents .main-board-list .empty p { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding-top: 60px; text-align: center; } 
.main-board-contents .main-board-list .empty p::after { content: ""; position:absolute; top:0; left:0; right:0; display:block; margin: 0 auto; background: url(/images/common/ico_emptyFolder_2x.png) no-repeat center / 46px 42px; width: 46px; height: 42px; } /* 공지없음 아이콘 */
.main-map { margin-top: 32px; } 
.main-map .map-cont { width: 100%; height: 480px; background: #f4f4f4; border: 1px solid #D8D8D8; border-radius: 12px; overflow: hidden; } 
.main-map .map-control { bottom: 24px; } 
i.new { display: inline-block; width: 22px; height: 22px; border-radius: 4px; vertical-align: middle; font-size: 0; background: url("/images/common/ico_new.png") no-repeat center; background-color: #383838; background-color: var(--theme-color); } 
i.new2 { position: relative; display: inline-block; width: 22px; height: 22px; border-radius: 4px; vertical-align: top; font-size: 0; background: url("/images/common/ico_new2.png") no-repeat top 2px left 2px; background-color: #383838; background-color: var(--theme-color) } 
i.new3 { position: relative; display: inline-block; width: 22px; height: 22px; border-radius: 4px; vertical-align: top; font-size: 0; background: url("/images/common/ico_new_wbg_2x.png") no-repeat top 2px left 2px; background-color: var(--theme-color) } 

/* 메인 tab 게시판 피기맘 220519 */
.main-notice3 .main-notice-wrap { margin-top: 64px; } 
.main-notice3 .notice-board-center100 { width: 100%; } 
.main-notice3 .notice-board-center100 h3 { font-size:28px; text-align: center; padding-bottom: 0; } 
.main-notice3 .notice-board-center100 .desc { font-size: 13px; letter-spacing: -1px; text-align: center; color: rgba(0, 0, 0, 0.58); } 
.main-board-contents .main-tab-btns { display: flex; margin-top: 28px; margin-bottom: 28px; } 
.main-board-contents .main-tab-btns a { display: flex; height: 42px; justify-content: center; align-items: center; font-size: 14px; font-weight:700; color: rgba(0,0,0,.3); border-bottom: 3px solid #ddd; } 
.main-board-contents .main-tab-btns a.active { border-bottom-color: var(--theme-color); color: var(--theme-color); } 
.main-board-contents .main-tab-btns.tab20 a { width: 20%; } 
.main-board-contents .main-tab-btns.tab25 a { width: 25%; } 
.main-board-contents .main-tab-btns.tab33 a { width: 33.33%; } 
.main-board-contents .main-tab-btns.tab50 a { width: 50%; } 

.main-board-contents .main-tab-panels .panel .empty { position: relative; height: 202px !important; width: 100%; border-bottom: 1px solid #ddd; } 
.main-board-contents .main-tab-panels .panel .empty p { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding-top: 60px; text-align: center; } 
.main-board-contents .main-tab-panels .panel .empty p::after { content: ""; position:absolute; top:0; left:0; right:0; display:block; margin: 0 auto; background: url(/images/common/ico_emptyFolder_2x.png) no-repeat center / 46px 42px; width: 46px; height: 42px; } /* 공지없음 아이콘 */

.main-board-contents .main-tab-panels .panel { display: none; flex-wrap: wrap; } 
.main-board-contents .main-tab-panels .panel.active { display: flex; } 
.main-board-contents .main-tab-panels .panel li { width: calc(20% - 13px); margin-left: 16px; } 
.main-board-contents .main-tab-panels .panel li:first-child { margin-left: 0; } 
.main-board-contents .main-tab-panels .panel .img-box { padding: 19px; border-radius: 8px; border: 1px solid #D8D8D8; transition: all 0.3s; } 
.main-board-contents .main-tab-panels .panel .img-box span { border-radius: 8px; overflow: hidden; display:block; padding-bottom: 99%; background-repeat: no-repeat; background-position: center; background-size: cover; } 
.main-board-contents .main-tab-panels .panel .img-box span.no-img { background: url(/images/common/no_img2_2x.png) no-repeat center / 64px 79px; background-color: #F7F7F7; border: 1px solid #EEEEEE; } 
.main-board-contents .main-tab-panels .panel .img-box span img { max-width:none; } 
.main-board-contents .main-tab-panels .panel li:hover .img-box { border-color: var(--theme-color); box-shadow: 0px 0px 1px 0px rgba(38, 62, 43, 0.31), 0px 10px 20px 0px rgba(68, 68, 68, 0.16); } 
.main-board-contents .main-tab-panels .panel .txt-box { display: flex; flex-direction: column; min-height: 100px; } 
.main-board-contents .main-tab-panels .panel .txt-box .tab-name { } 
.main-board-contents .main-tab-panels .panel .txt-box span { display: block; letter-spacing: -1px; max-height: 38px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; margin-top:4px; } 
.main-board-contents .main-tab-panels .panel .txt-box .tab-name { font-size: 13px; font-weight: 700; color: var(--theme-color); margin-top:16px; } 
.main-board-contents .main-tab-panels .panel .txt-box .post-sub { font-size: 14px; color: rgba(0, 0, 0, 0.78); } 
.main-board-contents .main-tab-panels .panel .txt-box .date { font-size: 12px; color: rgba(0, 0, 0, 0.38); margin-top: auto; } 
.main-board-contents .main-tab-panels .panel .txt-box .post-sub .flag.new { margin-top: -2px; } 

/* 갤러리 게시판 리스트 피기맘 220519 */
.board-gallery-type1 { margin-left: -11px; } 
.board-gallery-type1 > li { padding-left: 10px; } 
.board-gallery-type1 .gall-thumb { background-color: transparent; padding-bottom: 100%; } 

.board-gallery-type1 .gall-thumb span { margin:20px; width: calc(100% - 40px); height: calc(100% - 40px); padding-bottom: calc(100% - 40px); border-radius: 8px; overflow: hidden; background-color: #f5f5f5; border: 1px solid #ddd; } 
.board-gallery-type1 .gall-thumb.no-img span { background-image: url(/images/common/no_img2_2x.png); background-size: 64px 79px; } 
.board-gallery-type1 .gall-cont .subject strong { font-size: 14px; color: rgba(0, 0, 0, 0.78); font-weight: 400; letter-spacing: -1px; line-height: 1; } 
.board-gallery-type1 .gall-cont .date { font-size: 12px; font-weight: 400; color: rgba(0, 0, 0, 0.38); } 
 
 
/* 서브 컨텐츠 */ 
.location { display: none; } 
.container .location { display:none; } 
.container .contents { padding: 120px 0 30px 0; } 
.container .contents-faq .aside-inner-sm { max-width: 1432px; padding: 0 16px } 
.sub-cont { max-width: 1432px; width: 100%; padding: 0 16px; position: relative; display: block; margin: 0 auto; } 
.sub-cont-title { display: none; } 
.page-view-wrap { margin-top: 0; } 
.inner { max-width: 100%; padding: 0; } 

/* aside */
.inner-aside-wrap { position: relative; } 
.aside { position:absolute; top: 0; left:-264px; width: 160px; z-index: 9; } 
.aside.fixed { position: fixed; } 
.aside > h2 { margin-bottom: 40px; font-weight: bold; font-size: 28px; line-height: 38px; color: #000; word-break: keep-all; } 
.aside-menu { /*overflow: auto; */ } 
.aside-menu::-webkit-scrollbar { width: 10px; height: 10px; } 
.aside-menu::-webkit-scrollbar-thumb { background-color: #d1d1d1; border-radius: 10px; background-clip: padding-box; border: 3px solid transparent; } 
.aside-menu::-webkit-scrollbar-corner { display: none; } 
.aside-menu > li { margin-bottom: 16px; } 
.aside-menu > li:last-child { margin-bottom: 0; } 
.aside-menu > li > a { position: relative; display: block; padding: 4px 0; font-weight: bold; color: rgba(0, 0, 0, 0.58); } 
.aside-menu > li > a.active { color: #383838; color: var(--theme-color); } 
.aside-menu > li > a.active .nlbLine { } 
.aside-menu .childMenuY { cursor: default; } 
.aside-menu .aside-depth3 { margin-top: 16px; } 
.aside-menu .aside-depth3 > li { margin-bottom: 12px; margin-left: 8px; } 
.aside-menu .aside-depth3 > li:last-child { margin-bottom:0; } 
.aside-menu .aside-depth3 > li > a { padding-left: 8px; color: rgba(0, 0, 0, 0.58); font-size:13px; } 
.aside-menu .aside-depth3 > li > a.active, .aside-menu .aside-depth3 > li > a:hover { color: #383838; color: var(--theme-color); font-weight: bold; } 
.aside-menu .aside-depth3 > li > a:before { display:inline-block; content:""; position: absolute; top: 50%; left: -7px; width:4px; height:4px; margin-top: -2px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.3); } 
.aside-menu .aside-depth3 > li > a.active:before, .aside-menu .aside-depth3 > li > a:hover:before { background-color: #383838; background-color: var(--theme-color); } 

.nlbLine { transition: width 0.5s; position: absolute; bottom: -4px; left: 0; display: block; width: 0; height: 4px; background-color: #383838; background-color: var(--theme-color); } 

/* quick menu */
#wrap.fixed.header-roll-up .quick-menu { position: fixed; top: 32px !important; } 
#wrap.fixed .quick-menu { position: fixed; top: 127px !important; z-index: 999; } 
.quick-menu { top: 161px; } 



/* page title */
.page-title-type1 { margin-bottom: 16px; display: none; } 
.page-title-type1 h2 { } 
.page-title-type1 p { font-weight: bold; font-size: 24px; line-height: 120%; color: #000; } 

.page-title-type2 { margin-bottom: 32px; } 
.page-title-type2 h2 { font-size: 34px; } 
.page-title-type2 p { margin-top: 8px; font-weight: normal; color: rgba(0, 0, 0, 0.58); } 

.page-title-type3 { margin-bottom: 12px; } 
.page-title-type3 h2 { font-size: 18px; display: none; } 

.board-wrap { position: relative; display: block; max-width: 1432px; margin: 0 auto; padding: 0 16px; } 
.board-header { display: flex; justify-content: space-between; align-items: flex-end; min-height: 32px; display: none; } 
.board-header .board-type { margin-bottom: 0; } 
.board-header .board-type select { background-color: #f5f5f5; border: none; border-radius: 0; } 

.board-element-wrap { position: relative; max-width: 1432px; padding: 0 16px; margin: 0 auto; } 
.line3 { display: none; } 

.board-view-wrap { position: relative; display: block; max-width: 1432px; margin: 0 auto; padding: 0 16px; border-top: 0; } 
.board-view-wrap .board-header { border-top: 2px solid #444; } 
.page-title-type1 { position: relative; display: block; max-width: 1432px; margin: 0 auto; padding: 0 16px; display: none; } 
.board-write-wrap { position: relative; display: block; max-width: 1432px; margin: 0 auto; padding: 0 16px; } 

.file-input-wrap .inputBtn { width: 82px; } 
.file-input-wrap .inputBtn label { display: flex; justify-content: center; align-items: center; width: 120px; height: 40px; background: #FFF; border: 1px solid #40454E; border-radius: 8px; } 
.page-title-type1 p { display: none; } 

.sub-inquiry-list, .sub-member-info { position: relative; display: block; max-width: 620px; margin: 0 auto; } 
.tab-list-btn li a { padding: 12px 0; } 

@media only screen and (max-width:1024px){
 .service-tab .tab { margin-bottom: 40px; } 
 }





/* icon */
.product-sample.modal-wrap i.great { width: 22px; height: 21px; background: url(/ariimg/etc/ipsi/ico_great_2x.png) no-repeat center / 22px 21px; } 
.product-sample.modal-wrap i.good { width: 22px; height: 21px; background: url(/ariimg/etc/ipsi/ico_good_2x.png) no-repeat center / 22px 21px; } 
.product-sample.modal-wrap i.normal { width: 22px; height: 21px; background: url(/ariimg/etc/ipsi/ico_normal_2x.png) no-repeat center / 22px 21px; } 
.product-sample.modal-wrap i.bad { width: 22px; height: 21px; background: url(/ariimg/etc/ipsi/ico_bad_2x.png) no-repeat center / 22px 21px; } 
.product-sample.modal-wrap i.disable { width: 22px; height: 21px; background: url(/ariimg/etc/ipsi/ico_disable_2x.png) no-repeat center / 22px 21px; } 
.product-intro i.plus { position: relative; width: 12px; height: 12px; } 
.product-intro i.plus span { position: absolute; width: 12px; height: 2px; background-color: #444; top: 50%; left: 50%; } 
.product-intro i.plus span.line1 { transform: translate(-50%, -50%); } 
.product-intro i.plus span.line2 { transform: translate(-50%, -50%) rotate(90deg); } 




/* modal */
.product-sample.modal-wrap { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 10000; } 
.product-sample.modal-wrap .modal-inner { position: absolute; width: 600px; max-width: 90%; background-color: #fff; border-radius: 12px; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.product-sample.modal-wrap .title-box h3 { padding-bottom: 12px; } 
.product-sample.modal-wrap .count-box { font-size: 14px; color: rgba(0, 0, 0, 0.58); font-weight: 700; } 
.product-sample.modal-wrap .count-box .cnt { color: var(--theme-color); margin-left: 4px; } 
.product-sample.modal-wrap .modal-close { position: absolute; width: 32px; height: 32px; right: 24px; top: 28px; } 
.product-sample.modal-wrap .modal-close span.line { position: absolute; width: 20px; height: 2px; background-color: #000; left: 50%; top: 50%; } 
.product-sample.modal-wrap .modal-close span.line:nth-child(2) { transform: translate(-50%, -50%) rotate(45deg); } 
.product-sample.modal-wrap .modal-close span.line:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); } 

.product-sample.modal-wrap .frm-input.underLine { box-shadow: none; border-bottom: 1px solid #ddd; } 
.product-sample.modal-wrap .modal-inner { padding: 28px 0 48px 0; max-height: 90%; overflow-y: auto; width: auto; } 
.product-sample.modal-wrap .title-box { padding: 0 24px; } 
.product-sample.modal-wrap .title-box h3 { font-size: 24px; font-weight: 700; border-bottom: 1px solid #000; } 
.product-sample.modal-wrap .cont-box { margin-top: 16px; padding: 0 24px; } 
.product-sample.modal-wrap .frm-input.underLine::placeholder { font-size: 14px; letter-spacing: -1px; } 
.product-sample.modal-wrap .search-box { position: relative; } 
.product-sample.modal-wrap .search-box .search { position: relative; } 
.product-sample.modal-wrap .search-box .search select { color: rgba(0, 0, 0, 0.78); letter-spacing: -1px; font-weight: 700; padding: 0 8px; background: url(../../images/front/ico_arrow_bottm_2x.png) no-repeat 90% center / 12px 8px; } 
.product-sample.modal-wrap .search-box .search-btn { position: absolute; top: 0; right: 0; width: 36px; height: 36px; } 
.product-sample.modal-wrap .search-box input { height: 36px; border-bottom: 1px solid #ddd; } 
.product-sample.modal-wrap .count-box { margin-top: 16px; } 
.product-sample.modal-wrap .result-list { border-top: 1px solid #222; margin-top: 8px; } 
.product-sample.modal-wrap .result-list .list { border-bottom: 1px solid #d8d8d8; padding: 16px 0; display: flex; align-items: center; } 
.product-sample.modal-wrap .result-list .list .btn { font-size: 12px; color: rgba(0, 0, 0, 0.78); padding: 5px 5px; } 

/* 광고영역 */
.ad-info-box { margin-top: 32px; padding: 0 16px; } 
.ad-info-box .pr-area { background-color: #F1F7F9; border-top: 2px solid var(--theme-color); display: flex; justify-content: center; padding: 40px 0; align-items: center; } 
.ad-info-box .pr-area .ico.ad-deco { width: 48px; height: 48px; background: url(/ariimg/etc/ipsi/ico_deco_ad_2x.png) no-repeat center / 48px 48px; } 
.ad-info-box .pr-area .txt-box { padding-left: 32px; } 
.ad-info-box .pr-area .txt-box strong { font-size: 20px; font-weight: 700; color: var(--theme-color); } 
.ad-info-box .pr-area .txt-box strong + span { margin-top: 6px; font-size: 13px; color: rgba(0, 0, 0, 0.58); line-height: 1.5; display: block; letter-spacing: -0.5%; } 
.ad-info-box .product-link-box { display: flex; margin-top: 40px; justify-content: center; } 
.ad-info-box .product-link-box .btn { width: 200px; text-align: center; font-size: 14px; font-weight: 700; color: var(--theme-color); padding: 14px 0; border: 2px solid var(--theme-color); border-radius: 0; margin-left: 8px; } 
.ad-info-box .product-link-box .btn:first-child { margin-left: 0; } 


/* 설명글 리스트 */
.product-sample.modal-wrap .reference { margin-top: 16px; } 
.product-sample.modal-wrap .reference span::before { display: none; } 
.product-sample.modal-wrap .reference .txt { display: flex; font-size: 12px; color: rgba(0, 0, 0, 0.58); letter-spacing: -0.5%; margin-top: 3px; text-align: left; } 
.product-sample.modal-wrap .reference .txt:first-child { margin-top: 0; } 
.product-sample.modal-wrap .reference i { flex: none; width: 4px; height: 4px; border-radius: 50%; background-color: var(--theme-color); margin-top: 7px; margin-right: 6px; } 


/* tab-type1 ui 수정 */
.tab-type1 { width: 100%; } 
.tab-type1 > li { width: 33.33%; margin-right: 0; } 
.tab-type1 > li > a { border-radius: 0; border: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; font-size: 18px; font-weight: 700; height: auto; color: rgba(0,0,0,.38); display: flex; justify-content: center; height: 100%; align-items: center; line-height: normal; padding: 12px 9px; } 
.tab-type1 > li > a.active, .tab-type1 > li > a:hover { border-top-color: #000; border-bottom-color: #000; background-color: transparent; color: #000; border-left: none; border-right: none; border-radius: 0; -webkit-text-stroke: transparent; } 
/* .inner.ipsi-lecture { max-width: 1232px; margin: auto; } */


/* video popup */
.video_popup { transition: 0.5s; } 
.video_popup.reveal { display: flex; position: fixed; top: 0; left: 0; right: 0; bottom: 0; justify-content: center; align-items: center; z-index: 99999; } 
.video_popup.reveal .video_bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .9); z-index: 9 } 
.video_popup.reveal .videobox { position: absolute; width: 1102px; left: 50%; top: 50%; margin: auto; z-index: 999; transform: translate(-50%, -50%); } 
.video_popup.reveal .videobox .btn_close { position: absolute; width: 62px; height: 62px; top: 0; right: -108px; background-color: #fff; border-radius: 100px; cursor: pointer; } 
.video_popup.reveal .videobox .btn_close:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(/images/skin/myon/sub/btn_close_vs.png) center center no-repeat; transform: translateX(-50%); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; } 
.video_popup.reveal .videobox .btn_close:hover:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; } 
.video_popup.reveal .video_wrapper { position: relative; left: 0; top: 0; width: 100%; padding-bottom: 62.5%; z-index: 10; background-color: #000; } 
.video_popup.reveal .video_wrapper iframe { position: absolute; width: 100%; height: 100%; border: 1px solid #000; } 
@media screen and (max-width: 1400px){
 .video_popup.reveal .videobox .btn_close { top:-80px; right: 0; } 
 }
@media screen and (max-width: 1200px){
 .video_popup.reveal .videobox { padding:0 20px; width: calc(100% - 40px); } 
 .video_popup.reveal .videobox .btn_close { right: 20px; } 
 }
@media screen and (max-width: 640px){
 .video_popup.reveal .videobox { position:relative; left: auto; top: auto; transform: translate(0, 0); } 
 .video_popup.reveal .videobox .btn_close { top: -80px; width: 55px; height: 55px; } 
 }
@media screen and (max-width: 480px){
 .video_popup.reveal .videobox .btn_close { top:-60px; width: 40px; height: 40px; } 
 .video_popup.reveal .videobox .btn_close:before { background-size: 35%; } 
 }

/* library */
.mLibrary { padding:100px 0 115px 0; text-align:center; } 
.mLibrary .titlebox { } 
.mLibrary .titlebox .txt1 { font-family:'GmarketSansTTFMedium'; font-size:34px; line-height:30px; color:#222; letter-spacing:-0.5px; } 
.mLibrary .titlebox .txt2 { margin:10px 0 0 0; font-family:'GmarketSansTTFLight'; font-size:34px; line-height:30px; color:#222; letter-spacing:-0.5px; } 
.mLibrary .titlebox .txt3 { margin:22px 0 0 0; font-family:'GmarketSansTTFBold'; font-size:60px; line-height:55px; color:var(--theme-color); letter-spacing:-0.5px; } 
.mLibrary .titlebox .txt3 strong { font-family:'GmarketSansTTFBold'; } 
.mLibrary .titlebox .txt3 span { font-size:60px; line-height:55px; font-weight:700; } 
.mLibrary .mov { margin:65px 0 0 0; } 
.mLibrary .mov video { width:860px; height:484px; } 
.mLibrary .mov iframe { width:860px; height:484px; } 
@media screen and (max-width:1400px){
 .mLibrary { padding:80px 0 100px 0; } 
.mLibrary .titlebox .txt1 { font-size:30px; line-height:28px; } 
.mLibrary .titlebox .txt2 { margin:10px 0 0 0; font-size:30px; line-height:28px; } 
.mLibrary .titlebox .txt3 { margin:22px 0 0 0; font-size:55px; line-height:50px; } 
.mLibrary .titlebox .txt3 span { font-size:55px; line-height:50px; } 
.mLibrary .mov { margin:58px 0 0 0; } 
.mLibrary .mov video { width:860px; height:484px; } 
.mLibrary .mov iframe { width:860px; height:484px; } 
 }
@media screen and (max-width:960px){
 .mLibrary { padding:70px 0 90px 0; } 
.mLibrary .titlebox .txt1 { font-size:26px; line-height:24px; } 
.mLibrary .titlebox .txt2 { margin:10px 0 0 0; font-size:26px; line-height:24px; } 
.mLibrary .titlebox .txt3 { margin:22px 0 0 0; font-size:48px; line-height:48px; } 
.mLibrary .titlebox .txt3 span { font-size:48px; line-height:48px; } 
.mLibrary .mov { margin:50px 0 0 0; } 
.mLibrary .mov video { width:600px; height:338px; } 
.mLibrary .mov iframe { width:600px; height:338px; } 
 }
@media screen and (max-width:640px){
 .mLibrary { padding:60px 20px 80px 20px; } 
.mLibrary .titlebox .txt1 { font-size:22px; line-height:22px; } 
.mLibrary .titlebox .txt2 { margin:10px 0 0 0; font-size:22px; line-height:22px; } 
.mLibrary .titlebox .txt3 { margin:22px 0 0 0; font-size:35px; line-height:32px; } 
.mLibrary .titlebox .txt3 span { font-size:35px; line-height:32px; } 
.mLibrary .mov { margin:50px 0 0 0; position:relative; padding:0 0 56.8% 0; } 
.mLibrary .mov video { position:absolute; left:0; top:0; width:100%; height:100%; } 
.mLibrary .mov iframe { position:absolute; left:0; top:0; width:100%; height:100%; } 
 }
@media screen and (max-width:480px){
 .mLibrary { padding:50px 20px 70px 20px; } 
.mLibrary .titlebox .txt1 { font-size:16px; line-height:16px; } 
.mLibrary .titlebox .txt2 { margin:8px 0 0 0; font-size:16px; line-height:16px; } 
.mLibrary .titlebox .txt3 { margin:18px 0 0 0; font-size:26px; line-height:26px; } 
.mLibrary .titlebox .txt3 span { font-size:26px; line-height:26px; } 
.mLibrary .mov { margin:40px 0 0 0; } 
 }

/* About */
.mAbout { background:#e6f2ff url(/images/skin/myon/main/icon_about_bg_r.png) right top no-repeat; } 
.mAbout .a_box { position:relative; padding:55px 0 105px 0; text-align:center; background:url(/images/skin/myon/main/icon_about_bg_l.png) left top no-repeat; } 
.mAbout .titlebox { } 
.mAbout .titlebox .txt1 { position:relative; font-family:'GmarketSansTTFMedium'; font-size:55px; color:#222; line-height:50px; padding:68px 0 0 140px; letter-spacing:-0.5px; display:inline-block; } 
.mAbout .titlebox .txt1:after { content:""; display:block; width:113px; height:109px; background:url(/images/skin/myon/main/icon_about1.png) left top no-repeat; position:absolute; top:0; left:0; } 
.mAbout .titlebox .txt1 span { display:inline-block; margin:-8px 4px 0 4px; vertical-align:top } 
.mAbout .titlebox .txt1 strong { font-family:'GmarketSansTTFBold'; } 
.mAbout .titlebox .txt2 { margin:25px 0 0 0; font-size:24px; color:#333; line-height:22px; font-weight:400; letter-spacing:-1px; } 
@media screen and (max-width:1400px){
 .mAbout .a_box { padding:45px 20px 95px 20px; } 
.mAbout .titlebox .txt1 { font-size:45px; line-height:45px; padding:58px 0 0 110px; } 
.mAbout .titlebox .txt1:after { width:100px; height:96px; background-size:100px auto; } 
.mAbout .titlebox .txt1 span { margin:-8px 4px 0 4px; } 
.mAbout .titlebox .txt1 span img { width:160px; } 
.mAbout .titlebox .txt2 { margin:22px 0 0 0; font-size:22px; line-height:20px; } 
 }
@media screen and (max-width:960px){
 .mAbout .a_box { padding:40px 20px 85px 20px; } 
.mAbout .titlebox .txt1 { font-size:35px; line-height:32px; padding:50px 0 0 100px; } 
.mAbout .titlebox .txt1:after { width:85px; height:82px; background-size:85px auto; } 
.mAbout .titlebox .txt1 span { margin:-6px 4px 0 4px; } 
.mAbout .titlebox .txt1 span img { width:126px; } 
.mAbout .titlebox .txt2 { margin:18px 0 0 0; font-size:18px; line-height:18px; } 
 }
@media screen and (max-width:640px){
 .mAbout .a_box { padding:40px 20px 85px 20px; } 
.mAbout .titlebox .txt1 { font-size:26px; line-height:26px; padding:35px 0 0 65px; margin:0 -20px; } 
.mAbout .titlebox .txt1:after { width:60px; height:58px; background-size:60px auto; } 
.mAbout .titlebox .txt1 span { margin:-8px 3px 0 3px; } 
.mAbout .titlebox .txt1 span img { width:108px; } 
.mAbout .titlebox .txt2 { margin:12px 0 0 0; font-size:16px; line-height:20px; } 
 }
@media screen and (max-width:480px){
 .mAbout .a_box { padding:30px 20px 75px 20px; } 
.mAbout .titlebox .txt1 { font-size:20px; line-height:20px; padding:28px 0 0 55px; } 
.mAbout .titlebox .txt1:after { width:50px; height:48px; background-size:50px auto; } 
.mAbout .titlebox .txt1 span { margin:-8px 3px 0 3px; } 
.mAbout .titlebox .txt1 span img { width:90px; } 
.mAbout .titlebox .txt2 { margin:12px 0 0 0; font-size:15px; line-height:20px; } 
 }
.mAbout .maboutcont { position:relative; margin:58px auto 0 auto; max-width: 1312px; } 
.mAbout .maboutcont:after { content:""; display:block; visibility:hidden; clear:both; height:0; } 
.mAbout .maboutcont .l_box { float:left; } 
.mAbout .maboutcont .r_box { float:right; } 
.mAbout .maboutcont .box { position:relative; border-radius:50px; } 
.mAbout .maboutcont .box span.line { position:absolute; z-index:1; left:-10px; top:-10px; height:378px; width:650px; border:10px solid rgba(221,237,255,0.1); display:block; border-radius:50px; box-shadow:0 3px 10px 0 #dae6f2,0 -5px 10px 0 #dae6f2; } 
.mAbout .maboutcont .box .bgbox { position:relative; z-index:2; height:358px; width:630px; border-radius:40px; background-color:#fff; } 
.mAbout .maboutcont .box .imgbox { border-radius:40px; } 
.mAbout .maboutcont .ma_cont { position:relative; text-align:left; padding:30px 0 0 60px; overflow:hidden; border-radius:40px; } 
.mAbout .maboutcont .ma_cont:before { content:''; display:block; width:500px; height:500px; background-color:#f0f7ff; position:absolute; top:-332px; left:58px; border-radius:500px; z-index:1; } 
.mAbout .maboutcont .ma_cont:after { content:""; display:block; visibility:hidden; clear:both; height:0; } 
.mAbout .maboutcont .ma_cont .imgbox { float:left; position:relative; z-index:2; } 
.mAbout .maboutcont .ma_cont .txtbox { float:right; width:365px; text-align:center; padding:35px 0 0 0; position:relative; z-index:2; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox { width:298px; } 
.mAbout .maboutcont .ma_cont .txtbox .level { display:table; text-align:center; width:107px; margin:0 auto; } 
.mAbout .maboutcont .ma_cont .txtbox .level > div { display:table-cell; vertical-align:middle; height:107px; width:107px; margin:0 auto; color:#fff; font-size:40px; font-family: 'GmarketSansTTFBold'; background-color:#1db7eb; border-radius:120px; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox .level > div { background-color:#76bb3c; } 
.mAbout .maboutcont .ma_cont .txtbox .txt1 { margin:28px 0 0 0; font-family: 'GmarketSansTTFBold'; font-size:32px; line-height:30px; color:#009edd; letter-spacing:-0.5px; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox .txt1 { color:#76bb3c; } 
.mAbout .maboutcont .ma_cont .txtbox .txt1 span { font-weight:700; } 
.mAbout .maboutcont .ma_cont .txtbox .txt2 { margin:18px 0 0 0; font-size:20px; font-weight:500; color:#009edd; letter-spacing:-1px; line-height:24px; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox .txt2 { color:#76bb3c; } 
.mAbout .maboutcont .icon_myon { position:absolute; z-index:9; left:50%; top:50%; transform:translate(-50%, -50%); display:table; } 
.mAbout .maboutcont .icon_myon > div { display:table-cell; vertical-align:middle; text-align:center; height:152px; width:152px; border-radius:160px; background-color:#0062af; } 
.mAbout .botTxt { margin:60px 0 0 0; font-size:26px; color:#1d1d1d; line-height:40px; font-weight:400; letter-spacing:-1px; } 
.mAbout .botTxt strong { position:relative; display: inline-block; font-weight:700; padding:0 0 0 3px; z-index:5; } 
.mAbout .botTxt strong:after { content:''; display:block; width:100%; height:20px; background-color:#fff17b; position:absolute; bottom:-3px; left:0; z-index:-1; } 
.mAbout .botcont { position:relative; margin:65px 0 0 0; padding:0 35px 25px 50px; border:7px solid #fff; border-radius:20px; display:inline-block; } 
.mAbout .botcont .tit { padding:16px 0; margin:-32px auto 0 auto; width:615px; color:#fff; font-size:28px; line-height:26px; font-weight:700; letter-spacing:-0.5px; background-color:#005f9f; border-radius:20px; } 
.mAbout .botcont .list { padding:40px 0 0 0; } 
.mAbout .botcont .list:after { content:""; display:block; visibility:hidden; clear:both; height:0; } 
.mAbout .botcont .list .t { float:left; display:table; padding:5px 10px 0 0; } 
.mAbout .botcont .list .t > span { display:table-cell; vertical-align:middle; font-family: 'GmarketSansTTFBold'; text-align:center; color:#fefefe; line-height:18px; font-size:16px; height:100px; width:100px; border-radius:100px; background-color:#005f9f; } 
.mAbout .botcont .list dl { position:relative; float:left; padding:0 7px 0 8px; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 10px; } 
.mAbout .botcont .list dt { margin:0 auto -30px auto; width:130px; height:45px; border:1px solid #fff; border-radius:30px; } 
.mAbout .botcont .list dt span { margin-top:-8px; color:#005f9f; font-family: 'GmarketSansTTFBold'; line-height:20px; font-size:24px; display:block; } 
.mAbout .botcont .list dl:after { content:""; display:block; visibility:hidden; clear:both; height:0; } 
.mAbout .botcont .list dd { float:left; margin:0 -4px; display:table; } 
.mAbout .botcont .list dd:first-child { margin:0; } 
.mAbout .botcont .list dd .circle { display:table-cell; vertical-align:middle; font-family: 'GmarketSansTTFBold'; text-align:center; color:#005f9f; font-size:16px; line-height:18px; height:84px; width:84px; border-radius:100px; background-color:#fff; } 
.mAbout .botcont .list dd .circle strong { font-weight:700; font-size:24px; display:block; font-family: 'GmarketSansTTFBold'; line-height:24px; padding:4px 0 0 0; } 
.mAbout .botcont .list dd .circle span { font-family: 'GmarketSansTTFBold'; font-size:12px; line-height:12px; display:inline-block; margin-top:-6px; } 
.mAbout .botcont .list dd .circle.fc_red { color:#d62622; } 
.mAbout .botcont .list dd.m1 { margin:0 0 0 10px; } 
.mAbout .botcont .list dd.m2 { margin:0 0 0 6px; } 
.mAbout .botcont .list dd.m1 strong,
.mAbout .botcont .list dd.m2 strong { margin-top:-5px; } 

@media screen and (max-width:1400px){
 .mAbout .maboutcont { margin:58px auto 0 auto; text-align:center; } 
.mAbout .maboutcont .l_box { float:none; display:inline-block; text-align:left; margin:0 30px 0 0; vertical-align:top; } 
.mAbout .maboutcont .r_box { float:none; display:inline-block; text-align:left; margin:0 0 0 30px; vertical-align:top; } 
.mAbout .maboutcont .box span.line { left:-10px; top:-10px; height:276px; width:470px; border-radius:38px; } 
.mAbout .maboutcont .box .bgbox { height:256px; width:450px; } 
.mAbout .maboutcont .box .imgbox { width:450px; } 
.mAbout .maboutcont .box .imgbox img { width:100%; } 
.mAbout .maboutcont .ma_cont { padding:15px 0 0 40px; } 
.mAbout .maboutcont .ma_cont:before { width:350px; height:350px; top:-210px; left:58px; } 
.mAbout .maboutcont .ma_cont .imgbox { width:150px; } 
.mAbout .maboutcont .r_box .ma_cont .imgbox { width:196px; } 
.mAbout .maboutcont .ma_cont .imgbox img { width:100%; } 
.mAbout .maboutcont .ma_cont .txtbox { float:right; width:250px; padding:25px 0 0 0; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox { width:180px; } 
.mAbout .maboutcont .ma_cont .txtbox .level { width:80px; } 
.mAbout .maboutcont .ma_cont .txtbox .level > div { height:80px; width:80px; font-size:30px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt1 { margin:18px 0 0 0; font-size:22px; line-height:22px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt2 { margin:14px 0 0 0; font-size:18px; line-height:20px; } 
.mAbout .maboutcont .icon_myon > div { height:100px; width:100px; } 
.mAbout .maboutcont .icon_myon > div img { width:70px; } 
 }
@media screen and (max-width:1024px){
 .mAbout .maboutcont { margin:58px auto 0 auto; text-align:center; } 
.mAbout .maboutcont .l_box { float:none; margin:0; } 
.mAbout .maboutcont .r_box { float:none; margin:50px 0 0 0; } 
.mAbout .maboutcont .box span.line { height:350px; width:600px; } 
.mAbout .maboutcont .box .bgbox { height:330px; width:580px; } 
.mAbout .maboutcont .box .imgbox { width:580px; } 
.mAbout .maboutcont .ma_cont { padding:30px 0 0 60px; } 
.mAbout .maboutcont .ma_cont:before { width:500px; height:500px; top:-360px; left:20px; } 
.mAbout .maboutcont .ma_cont .txtbox { float:right; width:365px; padding:0 0 0 0; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox { width:298px; } 
.mAbout .maboutcont .ma_cont .imgbox { width:153px; } 
.mAbout .maboutcont .r_box .ma_cont .imgbox { width:205px; } 
.mAbout .maboutcont .ma_cont .imgbox img { height:230px; width:auto; } 
.mAbout .maboutcont .ma_cont .txtbox .level { width:100px; } 
.mAbout .maboutcont .ma_cont .txtbox .level > div { height:100px; width:100px; font-size:38px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt1 { margin:28px 0 0 0; font-size:32px; line-height:30px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt2 { margin:18px 0 0 0; font-size:20px; line-height:24px; } 
.mAbout .maboutcont .icon_myon > div { height:130px; width:130px; } 
.mAbout .maboutcont .icon_myon > div img { width:100px; } 
.mAbout .botTxt { font-size:24px; line-height:38px; } 
.mAbout .botTxt strong:after { height:20px; bottom:-3px; } 
.mAbout .botcont { margin:65px 0 0 0; padding:0 35px 25px 50px; border:7px solid #fff; } 
.mAbout .botcont .tit { padding:16px 0; margin:-32px auto 0 auto; width:615px; font-size:28px; line-height:26px } 
.mAbout .botcont .list { position:relative; padding:60px 0 0 0; } 
.mAbout .botcont .list .t { position:absolute; left:-40px; top:-20px; float:none; display:table; padding:5px 10px 0 0; } 
.mAbout .botcont .list .t > span { line-height:18px; font-size:16px; height:100px; width:100px; } 
.mAbout .botcont .list dl { float:none; display:inline-block; padding:30px 7px 0 8px; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 10px; } 
.mAbout .botcont .list dt { margin:0 auto -30px auto; width:130px; height:45px; } 
.mAbout .botcont .list dt span { margin-top:-8px; color:#005f9f; line-height:20px; font-size:24px; } 
.mAbout .botcont .list dd { float:left; margin:0 -4px; } 
.mAbout .botcont .list dd .circle { font-size:16px; line-height:18px; height:84px; width:84px; } 
.mAbout .botcont .list dd .circle strong { font-size:24px; line-height:24px; } 
.mAbout .botcont .list dd.m1 { margin:0 0 0 10px; } 
.mAbout .botcont .list dd.m2 { margin:0 0 0 6px; } 
 }
@media screen and (max-width:920px){
 .mAbout .botcont .tit { padding:16px 0; margin:-32px auto 0 auto; width:500px; font-size:24px; line-height:24px } 
.mAbout .botcont .list { position:relative; padding:10px 0 0 0; } 
.mAbout .botcont .list .t { left:-3%; top:50%; transform:translateY( -50%); } 
 }
@media screen and (max-width:760px){
 .mAbout .botcont .tit { padding:16px 0; margin:-32px auto 0 auto; width:400px; font-size:18px; line-height:18px } 
.mAbout .botcont .list .t { left:-30px; top:30px; transform:translateY(0); } 
.mAbout .botcont .list dl { display:block; text-align:center; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 34px; } 
.mAbout .botcont .list dd { float:none; display:inline-block; margin:0 -8px; } 
.mAbout .botTxt { font-size:20px; line-height:30px; } 
 }
@media screen and (max-width:640px){
 .mAbout .maboutcont .box span.line { left:-10px; top:-10px; height:276px; width:470px; } 
.mAbout .maboutcont .box .bgbox { height:256px; width:450px; } 
.mAbout .maboutcont .box .imgbox { width:450px; } 
.mAbout .maboutcont .ma_cont { padding:15px 0 0 40px; } 
.mAbout .maboutcont .ma_cont:before { width:350px; height:350px; top:-210px; left:58px; } 
.mAbout .maboutcont .ma_cont .imgbox { width:150px; } 
.mAbout .maboutcont .r_box .ma_cont .imgbox { width:196px; } 
.mAbout .maboutcont .ma_cont .imgbox img { width:100%; } 
.mAbout .maboutcont .ma_cont .txtbox { float:right; width:250px; padding:25px 0 0 0; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox { width:180px; } 
.mAbout .maboutcont .ma_cont .txtbox .level { width:80px; } 
.mAbout .maboutcont .ma_cont .txtbox .level > div { height:80px; width:80px; font-size:30px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt1 { margin:18px 0 0 0; font-size:22px; line-height:22px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt2 { margin:14px 0 0 0; font-size:18px; line-height:20px; } 
.mAbout .maboutcont .icon_myon > div { height:100px; width:100px; } 
.mAbout .maboutcont .icon_myon > div img { width:70px; } 
.mAbout .botTxt { font-size:18px; line-height:26px; } 
.mAbout .botTxt strong { display:inline-block; } 
.mAbout .botcont .tit { padding:16px 0; margin:-32px auto 0 auto; width:340px; font-size:16px; line-height:16px; border-radius:10px; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 4px; } 
 }
@media screen and (max-width:500px){
 .mAbout .botcont .tit { padding:16px 0; margin:-30px auto 0 auto; width:300px; font-size:15px; line-height:15px; } 
.mAbout .botcont .list dl { float:none; display:inline-block; padding:30px 7px 0 8px; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 10px; } 
.mAbout .botcont .list dt { margin:0 auto -30px auto; width:100px; height:45px; } 
.mAbout .botcont .list dt span { margin-top:-8px; color:#005f9f; line-height:20px; font-size:18px; } 
.mAbout .botcont .list dd { float:left; margin:0 -4px; } 
.mAbout .botcont .list dd .circle { font-size:14px; line-height:18px; height:72px; width:72px; } 
.mAbout .botcont .list dd .circle strong { font-size:20px; line-height:20px; } 
.mAbout .botcont .list dd.m1 { margin:0 0 0 10px; } 
.mAbout .botcont .list dd.m2 { margin:0 0 0 6px; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 16px; } 
 }
@media screen and (max-width:480px){
 .mAbout .maboutcont .box span.line { left:-10px; top:-10px; height:180px; width:100%; min-width:300px; border-radius:25px; } 
.mAbout .maboutcont .box .bgbox { height:170px; width:100%; min-width:300px } 
.mAbout .maboutcont .box .imgbox { width:280px; } 
.mAbout .maboutcont .ma_cont { padding:15px 0 0 20px; } 
.mAbout .maboutcont .ma_cont:before { width:270px; height:270px; top:-190px; left:20px; } 
.mAbout .maboutcont .ma_cont .imgbox { width:100px; } 
.mAbout .maboutcont .r_box .ma_cont .imgbox { width:134px; } 
.mAbout .maboutcont .ma_cont .imgbox img { width:auto; height:150px; } 
.mAbout .maboutcont .ma_cont .txtbox { width:calc(100% - 100px); padding:10px 0 0 0; } 
.mAbout .maboutcont .r_box .ma_cont .txtbox { width:calc(100% - 134px); } 
.mAbout .maboutcont .ma_cont .txtbox .level { width:50px; } 
.mAbout .maboutcont .ma_cont .txtbox .level > div { height:50px; width:50px; font-size:22px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt1 { margin:10px 0 0 0; font-size:16px; line-height:16px; } 
.mAbout .maboutcont .ma_cont .txtbox .txt2 { margin:8px 0 0 0; font-size:13px; line-height:16px; } 
.mAbout .maboutcont .icon_myon > div { height:70px; width:70px; } 
.mAbout .maboutcont .icon_myon > div img { width:52px; } 
.mAbout .botTxt { font-size:14px; line-height:20px; } 
.mAbout .botcont { margin:65px 0 0 0; padding:0 10px 25px 10px; } 
.mAbout .botcont .tit { padding:14px 0; margin:-26px auto 0 auto; width:100%; font-size:14px; line-height:18px; } 
.mAbout .botcont .list { margin:0 -10px; } 
.mAbout .botcont .list .t { display:none; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 4px; } 
.mAbout .botcont .list dl { float:none; display:inline-block; padding:20px 7px 0 8px; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 10px; } 
.mAbout .botcont .list dt { margin:0 auto -30px auto; width:80px; height:45px; } 
.mAbout .botcont .list dt span { margin-top:-8px; line-height:18px; font-size:15px; } 
.mAbout .botcont .list dd { float:left; margin:0 -4px; } 
.mAbout .botcont .list dd .circle { font-size:12px; line-height:14px; height:60px; width:60px; } 
.mAbout .botcont .list dd .circle strong { font-size:16px; line-height:16px; } 
.mAbout .botcont .list dd.m1 { margin:0 0 0 10px; } 
.mAbout .botcont .list dd.m2 { margin:0 0 0 6px; } 
.mAbout .botcont .list dl.c3 dt { margin:0 0 -30px 12px; } 
 }
@media screen and (max-width:360px){
 .mAbout .maboutcont .box span.line { left:-10px; top:-10px; height: 170px; width:100%; min-width:280px; } 
.mAbout .maboutcont .box .bgbox { height:180px; width:100%; min-width:280px } 
.mAbout .maboutcont .box .imgbox { width:260px; } 
 }

/* ebook */
.mebook { padding:135px 0 90px 0; text-align:center; } 
.mebook .titlebox { } 
.mebook .titlebox .tit { font-family:'GmarketSansTTFMedium'; font-size:55px; color:#222; line-height:50px; letter-spacing:-0.5px; } 
.mebook .titlebox .tit span { font-family: 'GmarketSansTTFBold'; color:#005f9f; } 
.mebook .titlebox .tit strong { font-weight:700; } 
.mebook .titlebox .txt { margin:32px 0 0 0; color:#333; font-size:24px; line-height:36px; letter-spacing:-1px; font-weight:400; } 
.mebook .titlebox .txt span.br { display:block; } 
.mebook .titlebox .txt .txt-1 { margin:1.5% 0 0 0; } 
.mebook .ebookBox { position:relative; width:100%; overflow:hidden; margin:58px auto 0 auto; text-align:center; } 
.mebook .ebookBox .bg_tablet_1 { position:absolute; left:50%; z-index:3; transform:translateX(-50%); width:863px; height:622px; background:url(/images/skin/myon/main/bg_ebook_tablet.png) left top no-repeat; } 
.mebook .ebookBox .bg_tablet_s { position:absolute; left:50%; z-index:5; transform:translateX(-50.4%); bottom:95px; width:139px; height:38px; background:url(/images/skin/myon/main/bg_ebook_tablet_s2.png) left top no-repeat; } 
.mebook .ebookBox .owl-carousel { position:relative; padding:65px 0 100px 0; overflow:hidden; text-align:center; } 
.mebook .ebookBox .owl-item { vertical-align:top; } 
.mebook .ebookBox .owl-item .imgbox { position:relative; height:440px; } 
.mebook .ebookBox .owl-item .imgbox .img_e { position:relative; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-top: 30px; padding: 30px 40px; width: 629px; height: 428px; background-color:#fff; border-radius: 30px; box-shadow: 0 3px 5px 0 #bcbcbc,0 -5px 5px 0 #efefef; } 
.mebook .ebookBox .owl-item .imgbox .img_e .ebox { position:relative; height:368px; overflow-y:hidden; } 
.mebook .ebookBox .owl-item .imgbox .img_e .ebox .bg { position:absolute; top:0; left:0; bottom:0; width:100%; height:100%; display:block; background-color:rgba(255,255,255,0.7); } 
.mebook .ebookBox .owl-item .imgbox .a { display:block; } 
.mebook .ebookBox .owl-item .imgbox .b { display:none; } 
.mebook .ebookBox .owl-item.center { z-index:888; } 
.mebook .ebookBox .owl-item.center .imgbox { height:485px; } 
.mebook .ebookBox .owl-item.center .imgbox .a { display:none; } 
.mebook .ebookBox .owl-item.center .imgbox .b { display:block; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e { width:724px; height:485px; margin-top:0; padding:0; overflow:hidden; background-color:#fff; border-radius:0; box-shadow:none; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e .ebox { height:485px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e .ebox .bg { display:none; } 
.mebook .ebookBox .e_btnbox { cursor:pointer; display:block; width:70px; height:70px; position:absolute; top:47%; z-index:9; border:1px solid #2773af; border-radius:70px; } 
.mebook .ebookBox .e_btn_next { right:50%; margin:0 -576px 0 0; background:#fff url(/images/skin/myon/main/btn_next.png) center center no-repeat; } 
.mebook .ebookBox .e_btn_next:hover { background:var(--theme-color) url(/images/skin/myon/main/btn_next_on.png) center center no-repeat; } 
.mebook .ebookBox .e_btn_prev { left:50%; margin:0 0 0 -576px; background:#fff url(/images/skin/myon/main/btn_prev.png) center center no-repeat; } 
.mebook .ebookBox .e_btn_prev:hover { background:var(--theme-color) url(/images/skin/myon/main/btn_prev_on.png) center center no-repeat; } 
.mebook .ebookBox .owl-dots { bottom:0; left:0; text-align:center; width:100%; position:absolute; z-index:999; } 
.mebook .ebookBox .owl-dots .owl-dot { position:relative; border:none; margin:0 18px; width:18px; height:18px; display:inline-block; outline:none; } 
.mebook .ebookBox .owl-dots .owl-dot span { position:absolute; top:0; left:0; transform:translate(-50%, -50%); width:10px; height:10px; display:block; background-color:#aaa; } 
.mebook .ebookBox .owl-dots .owl-dot.active span { width:18px; height:18px; background-color:#009edd; } 
@media screen and (max-width:1600px){
 .mebook .ebookBox { width:100%; max-width:1130px; } 
.mebook .ebookBox .e_btn_next { right:20px; margin:0; } 
.mebook .ebookBox .e_btn_prev { left:20px; margin:0; } 
 }
@media screen and (max-width:1400px){
 .mebook { padding:125px 0 80px 0; } 
.mebook .titlebox .tit { font-size:45px; line-height:45px; } 
.mebook .titlebox .txt { margin:25px 0 0 0; font-size:20px; line-height:30px; } 
 }
@media screen and (max-width:1140px){
 .mebook { padding:115px 0 72px 0; } 
.mebook .titlebox .tit { font-size:38px; line-height:38px; } 
.mebook .titlebox .txt { margin:20px 0 0 0; font-size:18px; line-height:24px; } 
.mebook .ebookBox .bg_tablet_1 { width:680px; height:465px; background-size:680px auto; } 
.mebook .ebookBox .bg_tablet_s { bottom:110px; width:110px; height:30px; background-size:100% auto; } 
.mebook .ebookBox .owl-carousel { padding:53px 0 85px 0; } 
.mebook .ebookBox .owl-item .imgbox { height:384px; } 
.mebook .ebookBox .owl-item .imgbox img { width:568px; } 
.mebook .ebookBox .owl-item.center .imgbox { height:384px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e { width:568px; height:384px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e .ebox { height:384px; } 
.mebook .ebookBox .e_btnbox { width:70px; height:70px; top:36%; } 
.mebook .ebookBox .e_btn_next { right:20px; margin:0; } 
.mebook .ebookBox .e_btn_prev { left:20px; margin:0; } 
 }
@media screen and (max-width:960px){
 .mebook .ebookBox .e_btnbox { z-index:99; } 
 }
@media screen and (max-width:760px){
 .mebook { padding:90px 0 60px 0; } 
.mebook .titlebox .tit { font-size:28px; line-height:28px; } 
.mebook .titlebox .txt { margin:14px 0 0 0; font-size:16px; line-height:20px; } 
.mebook .ebookBox .bg_tablet_1 { width:460px; height:314px; background-size:460px auto; } 
.mebook .ebookBox .bg_tablet_s { bottom:85px; width:95px; height:26px; } 
.mebook .ebookBox .owl-carousel { padding:35px 0 60px 0; } 
.mebook .ebookBox .owl-item .imgbox { height:259px; } 
.mebook .ebookBox .owl-item .imgbox img { width:386px; } 
.mebook .ebookBox .owl-item.center .imgbox { height:259px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e { width:386px; height:259px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e .ebox { height:259px; } 
.mebook .ebookBox .e_btnbox { width:50px; height:50px; top:35%; } 
.mebook .ebookBox .e_btn_next { right:20px; margin:0; } 
.mebook .ebookBox .e_btn_prev { left:20px; margin:0; } 
 }
@media screen and (max-width:640px){
 .mebook { padding:70px 0 50px 0; } 
.mebook .titlebox .txt .txt-1 { margin:2% 0 0 0; } 
.mebook .ebookBox .owl-carousel { padding: 35px 0 60px 0; } 
.mebook .ebookBox .owl-item .imgbox { height:259px; } 
.mebook .ebookBox .owl-item .imgbox img { width:386px; } 
.mebook .ebookBox .owl-item.center .imgbox { height:259px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e { width:386px; height:259px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e .ebox { height:259px; } 
.mebook .ebookBox .e_btnbox { width:50px; height:50px; top:35%; } 
.mebook .ebookBox .e_btn_next { right:5px; } 
.mebook .ebookBox .e_btn_prev { left:5px; } 
 }
@media screen and (max-width:520px){
 .mebook { padding:60px 0 40px 0; } 
.mebook .titlebox .tit { font-size:24px; line-height:24px; } 
.mebook .ebookBox .bg_tablet_1 { width:320px; height:219px; background-size:320px auto; } 
.mebook .ebookBox .bg_tablet_s { bottom:68px; width:76px; height:21px; } 
.mebook .ebookBox .owl-carousel { padding:25px 0 40px 0; } 
.mebook .ebookBox .owl-item .imgbox { height:180px; } 
.mebook .ebookBox .owl-item .imgbox img { width:270px; } 
.mebook .ebookBox .owl-item.center .imgbox { height:180px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e { width:270px; height:180px; } 
.mebook .ebookBox .owl-item.center .imgbox .img_e .ebox { height:180px; } 
.mebook .ebookBox .e_btnbox { width:50px; height:50px; top:35%; } 
.mebook .ebookBox .e_btn_next { right:5px; } 
.mebook .ebookBox .e_btn_prev { left:5px; } 
 }
@media screen and (max-width:480px){
 .mebook .titlebox .tit { font-size:20px; line-height:20px; } 
.mebook .titlebox .txt { margin:10px 0 0 0; font-size:14px; line-height:18px; } 
.mebook .titlebox .txt span.br { display:inline } 
 }
/* level */
.mlevel { background:#e6f2ff url(/images/skin/myon/main/txt_level_bg.png) left bottom no-repeat; } 
.mlevel .box { padding:120px 0 110px 0; min-height:840px; text-align:center; background:url(/images/skin/myon/main/txt_level_bg_r.png) right bottom no-repeat; } 
.mlevel .titlebox .tit { color:var(--theme-color); line-height:50px; font-size:55px; font-weight:900; letter-spacing:-0.5px; } 
.mlevel .titlebox .tit .fc { color:#009edd; } 
.mlevel .titlebox .tit span { font-weight:900; } 
.mlevel .titlebox .tit .stxt { font-size:36px; } 
.mlevel .level_list { margin:45px 0 0 0; } 
.mlevel .level_list .tabmenu { text-align:center; display:inline-block; } 
.mlevel .level_list .tabmenu li { margin:0 25px; display:inline-block; cursor:pointer; vertical-align:top; } 
.mlevel .level_list .tabmenu li span { font-family:'Roboto', sans-serif; font-size:18px; font-weight:500; color:#333; } 
.mlevel .level_list .tabmenu li.on span { color:#009edd; } 
.mlevel .level_list span.link { display:inline-block; margin:2px 0 0 10px; display:none; } 
.mlevel .level_list span.link .all { overflow:hidden; text-indent:-9999em; display:block; width:18px; height:18px; background:url(/images/skin/myon/main/icon_all.png) left top no-repeat; } 
.mlevel .level_list .tcont { position:relative; display:none; margin:45px auto 0 auto; max-width:1400px; min-height:200px; } 
.mlevel .level_list .tcont:first-child { display:block; } 
.mlevel .level_list .tcont .owl-item { position:relative; z-index:1; } 
.mlevel .level_list .tcont .imgbox { padding:0; margin:0 -23%; } 
.mlevel .level_list .tcont .imgbox img { border-radius:70px; border-radius:30px; box-shadow:0 5px 10px 0 #bdc6d1,0 -3px 3px 0 #b3bcc6; transform:scale(0.7); } 
.mlevel .level_list .tcont .owl-item .imgbox img { transform:scale(0.68); } 
.mlevel .level_list .tcont .owl-item.medium { z-index:9; } 
.mlevel .level_list .tcont .owl-item.medium .imgbox img { transform:scale(0.8); } 
.mlevel .level_list .tcont .owl-item.center { z-index:99; } 
.mlevel .level_list .tcont .owl-item.center .imgbox { padding:0; } 
.mlevel .level_list .tcont .owl-item.center .imgbox img { transform:scale(1); transition: 0.3s; } 
.mlevel .level_list .tcont .l_btnbox { cursor:pointer; display:block; width:48px; height:48px; position:absolute; top:50%; margin-top:-25px; z-index:9; border:1px solid #2773af; border-radius:70px; } 
.mlevel .level_list .tcont .l_btn_next { right:-30px; background:var(--theme-color) url(/images/skin/myon/main/btn_next1_on.png) center center no-repeat; } 
.mlevel .level_list .tcont .l_btn_next:hover { background:var(--theme-color) url(/images/skin/myon/main/btn_next1_on.png) center center no-repeat; } 
.mlevel .level_list .tcont .l_btn_prev { left:-30px; background:var(--theme-color) url(/images/skin/myon/main/btn_prev1_on.png) center center no-repeat; } 
.mlevel .level_list .tcont .l_btn_prev:hover { background:var(--theme-color) url(/images/skin/myon/main/btn_prev1_on.png) center center no-repeat; } 
.mlevel .level_list .txt_b { text-align:right; margin:-30px auto 0 auto; max-width:1400px; color:var(--theme-color); font-size:22px; font-weight:700; line-height:20px; } 
.mlevel .btn_more { margin:110px 0 0 0; } 
.mlevel .btn_more a { text-align:center; display:inline-block; padding:18px 0 18px 0; width:180px; color:#fff; font-size:15px; font-weight:bold; line-height:12px; border-radius:10px; background-color:#009edd; text-transform:uppercase; } 
.mlevel .btn_more a span { display:inline-block; padding:0 24px 0 0; background:url(/images/skin/myon/main/btn_more.png) right center no-repeat; } 
@media screen and (max-width:1400px){
 .mlevel { background-size:auto 80%; } 
.mlevel .box { padding:110px 0 100px 0; min-height:auto; background-size:auto 54%; } 
.mlevel .titlebox .tit { line-height:45px; font-size:50px; } 
.mlevel .titlebox .tit .stxt { font-size:30px; } 
.mlevel .level_list { margin:38px 0 0 0; } 
.mlevel .level_list .tabmenu li { margin:0 20px; } 
.mlevel .level_list .levelcont { padding:0 20px; } 
.mlevel .level_list .tcont { margin:40px auto 0 auto; width:100%; } 
.mlevel .level_list .tcont .l_btn_next { right:-20px; } 
.mlevel .level_list .tcont .l_btn_prev { left:-20px; } 
.mlevel .level_list .txt_b { margin:-30px 0 0 0; font-size:18px; line-height:18px; padding:0 20px; } 
.mlevel .btn_more { margin:80px 0 0 0; } 
 }
@media screen and (max-width:960px){
 .mlevel { background:none; background-color:#e6f2ff } 
.mlevel .box { padding:100px 0 90px 0; min-height:auto; } 
.mlevel .titlebox .tit { line-height:38px; font-size:40px; } 
.mlevel .titlebox .tit .stxt { font-size:24px; } 
.mlevel .level_list .tabmenu li { margin:0 15px; } 
.mlevel .level_list .txt_b { margin:10px 0 0 0; font-size:18px; line-height:18px; } 
.mlevel .btn_more { margin:60px 0 0 0; } 
 }
@media screen and (max-width:640px){
 .mlevel { background:none; background-color:#e6f2ff; } 
.mlevel .box { padding:60px 0 70px 0; background:none; } 
.mlevel .titlebox .tit { line-height:28px; font-size:30px; } 
.mlevel .titlebox .tit .stxt { font-size:18px; } 
.mlevel .level_list { margin:10px 0 0 0; } 
.mlevel .level_list .tabmenu li { margin:5px 10px; } 
.mlevel .level_list .tcont { margin:5% auto 0 auto; } 
.mlevel .level_list .tcont .imgbox { margin:0 14%; padding:0; } 
.mlevel .level_list .tcont .owl-item .imgbox img { transform:scale(1); } 
.mlevel .level_list .tcont .owl-item.medium .imgbox img { transform:scale(1); } 
.mlevel .level_list .tcont .owl-item.center .imgbox { padding:0; } 
.mlevel .level_list .tcont .owl-item.center .imgbox img { transform:scale(1); transition: 0.3s; } 
.mlevel .level_list .txt_b { text-align:center; margin:20px auto 0 auto; font-size:18px; line-height:18px; } 
.mlevel .level_list .tcont .l_btn_next { right:5px; } 
.mlevel .level_list .tcont .l_btn_prev { left:5px; } 
.mlevel .level_list .txt_b { margin:20px 0 0 0; } 
.mlevel .btn_more { margin:40px 0 0 0; } 
.mlevel .btn_more a { margin:10px 0 0 0; text-align:center; padding:12px 0 12px 0; } 
 }
@media screen and (max-width:480px){
 .mlevel .level_list .txt_b { margin:10px auto 0 auto; font-size:16px; line-height:16px; } 
.mlevel .btn_more { margin:30px 0 0 0; } 
.mlevel .btn_more a { text-align:center; padding:10px 0 10px 0; font-size:13px; border-radius:5px; } 
 }


/* main info notice */
.mnoticebox { margin:0 auto; padding:100px 0 95px 0; max-width:1400px; } 
.mnoticebox .info_box:after { content:""; display:block; visibility:hidden; clear:both; height:0; } 
.mnoticebox .info_box .notice { position:relative; float:left; width:500px; padding:12px 0 0 0; text-align:left; } 
.mnoticebox .info_box .notice p { border-bottom:1px solid #e1e1e1; } 
.mnoticebox .info_box .notice p span { display:inline-block; margin-bottom:-1px; padding:0 0 28px 0; color:#222; font-size:18px; font-weight:700; font-family:'NEXON Lv2 Gothic Medium'; line-height:16px; border-bottom:1px solid #222; } 
.mnoticebox .info_box .notice ul { padding:13px 0 0 0; } 
.mnoticebox .info_box .notice li { position:relative; margin:18px 0 0 0; color:#666; font-size:16px; } 
.mnoticebox .info_box .notice li a { color:#666; font-size:16px; line-height:17px; display:inline-block; max-width:355px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } 
.mnoticebox .info_box .notice li span { position:absolute; top:0; right:0; color:#afafaf; font-size:14px; font-weight:500; font-family:'Roboto', sans-serif; } 
.mnoticebox .info_box .notice .btn_more { position:absolute; top:4px; right:7px; width:32px; height:32px; display:block; overflow:hidden; text-indent:-9999em; background:#e1e1e1 url(/images/skin/myon/main/btn_more.png) center center no-repeat; border-radius:60px; } 
.mnoticebox .info_box .mov { float:left; width:378px; padding:0; margin:0 0 0 34px; } 
.mnoticebox .info_box .mov video { width:378px; height:215px; border-radius:10px; padding:0; margin:0; } 
.mnoticebox .info_box .mov iframe { width:378px; height:215px; border-radius:10px; padding:0; margin:0; } 
.mnoticebox .info_box .counsel { position:relative; float:right; width:455px; height:215px; background:#e5f5fc url(/images/skin/myon/main/img_counsel.png) right center no-repeat; border-radius:8px; overflow:hidden; } 
.mnoticebox .info_box .counsel .txtbox { position:relative; z-index:3; padding:43px 0 0 187px; } 
.mnoticebox .info_box .counsel .txtbox .call { display: flex; align-items: center; } 
.mnoticebox .info_box .counsel .txtbox .call > img { position:relative; top: 8px; } 
.mnoticebox .info_box .counsel .txtbox .call h4 { font-size: 32px; color: #0c579b; font-weight: 900; font-family: 'Roboto', sans-serif; margin-left: 10px; display: flex; flex-direction: column; position: relative; top: 8px; } 
.mnoticebox .info_box .counsel .txtbox .call h4 span { display:block; line-height: 1.3; font-size: 15px; color: #666; font-weight: 100; text-align: center; } 
.mnoticebox .info_box .counsel .txtbox .call.ml h4 { width: 91%; margin-left: 0; } 
.mnoticebox .info_box .counsel .txtbox .kakao { position: relative; display: flex; align-items: center; margin-top: 15px; } 
.mnoticebox .info_box .counsel .txtbox .kakao a { display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; background: #fff; border-radius: 7px; margin-left: 10px; padding: 5px 0; padding-left: 26px; padding-right: 8px; width: 178px; color: #222; } 
.mnoticebox .info_box .counsel .txtbox p { font-family:'NEXON Lv2 Gothic Medium'; font-weight:400; font-size:18px; color:#333; line-height:16px; } 
.mnoticebox .info_box .counsel .txtbox .kakao h5 { font-family: 'Noto Sans KR', sans-serif; font-weight: 700; font-size: 17px; } 
.mnoticebox .info_box .counsel .txtbox .kakao span { position: absolute; bottom: -19px; left: 72px; font-size: 15px; color: #666; font-weight: 100; } 

/* .mnoticebox .info_box .counsel .txtbox .txt1 { margin:18px 0 0 0; display:block; font-size:50px; font-weight:900; line-height:40px; color:#005caa; letter-spacing:-2px; font-family:'Roboto', sans-serif; } 
.mnoticebox .info_box .counsel .txtbox .txt2 { margin:12px 0 0 0; font-size:15px; color:#666; font-weight:300; line-height:13px; } 
.mnoticebox .info_box .counsel .txtbox .txt2 span.txt_1 { font-weight:500; display:inline-block; margin:0 0 0 5px; width:70px; vertical-align:top; line-height:20px; } 
.mnoticebox .info_box .counsel .txtbox .txt2 span.txt_2 { display:inline-block; width:calc(100% - 78px); font-weight:300; vertical-align:top; line-height:20px; } 
.mnoticebox .info_box .counsel .txtbox .txt2 span { font-weight:300; } */


@media screen and (max-width:1400px){
 .mnoticebox { padding:90px 20px 95px 20px; text-align:center; } 
.mnoticebox .info_box .notice { float:none; width:100%; padding:12px 0 50px 0; } 
.mnoticebox .info_box .mov { float:none; display:inline-block; text-align:left; margin:0 5px; vertical-align:top; } 
.mnoticebox .info_box .counsel { float:none; display:inline-block; text-align:left; margin:0 5px; vertical-align:top; } 
 }
@media screen and (max-width:910px){
 .mnoticebox { padding:70px 20px 50px 20px; } 
.mnoticebox .info_box .counsel:after { left:-20px; } 
.mnoticebox .info_box .mov { position:relative; width:100%; padding:0 0 56.8% 0; margin:0; } 
.mnoticebox .info_box .mov video { position:absolute; left:0; top:0; width:100%; height:100%; } 
.mnoticebox .info_box .mov iframe { position:absolute; left:0; top:0; width:100%; height:100%; } 
.mnoticebox .info_box .counsel { margin:20px 0 0 0; } 
/* .mnoticebox .info_box .counsel .txtbox { text-align:right; } */
.mnoticebox .info_box .counsel .txtbox .txt1 { margin:8px 0 0 0; font-size:40px; line-height:35px; } 
.mnoticebox .info_box .counsel .txtbox .txt2 { margin:8px 0 0 0; font-size:14px; line-height:13px; } 
.mnoticebox .info_box .counsel .txtbox .txt2 br { display:none; } 
.mnoticebox .info_box .counsel .txtbox .txt2 span.txt_2 { width:auto; margin:0 0 0 5px; } 
.mnoticebox .info_box .counsel .txtbox .txt2 span.txt_2 span { margin:0 0 0 5px; display:inline-block; } 
 }
@media screen and (max-width:500px){
 .mnoticebox .info_box .counsel { width: 100%; background: #e5f5fc url(/images/skin/myon/main/img_counsel.png) 38% center no-repeat; } 
.mnoticebox .info_box .counsel .txtbox { padding:38px 0 0 31vw; } 
 }
@media screen and (max-width:480px){
 .mnoticebox .info_box .notice li a { max-width:255px; } 
 }
@media screen and (max-width:320px){
 .mnoticebox .info_box .notice li a { max-width:205px; } 
.mnoticebox .info_box .counsel .txtbox { padding:120px 10px 0 0; text-align:right; } 
.mnoticebox .info_box .counsel .txtbox .txt1 { margin:10px 0 0 0; font-size:35px; line-height:35px; } 
.mnoticebox .info_box .counsel .txtbox .txt2 { margin:8px 0 0 0; font-size:13px; line-height:13px; } 
 }

/*
.btn_view_event { text-align:center; margin:30px 0 0 0; } 
.btn_view_event a { display:inline-block; line-height:40px; height:40px; text-align:center; width:140px; background: var(--theme-color) !important; box-sizing: border-box; -webkit-appearance: none; border-radius: 3px; color:#fff; font-size:16px; } 
*/
.btn_view_event { text-align:center; margin:30px 0 0 0; } 
.btn_view_event a { text-align:center; display:inline-block; padding:18px 0 18px 0; width:180px; color:#fff; font-size:15px; font-weight:bold; line-height:12px; border-radius:10px; background-color:var(--theme-color); text-transform:uppercase; } 
.btn_view_event a span { display:inline-block; padding:0 24px 0 0; background:url(/images/skin/myon/main/btn_more.png) right center no-repeat; } 

@media screen and (max-width:640px){
 .btn_view_event a { margin:10px 0 0 0; text-align:center; padding:12px 0 12px 0; } 
 }
@media screen and (max-width:480px){
 .btn_view_event a { text-align:center; padding:10px 0 10px 0; font-size:13px; border-radius:5px; } 
 }
 

#quickmenu { position: fixed; top: 55%; right:0; transform: translateY(-50%); } 
#quickmenu .q_menu li.qm1 { background:var(--theme-color) url(/images/skin/myon/common/icon_qm1_n.png) center 13px no-repeat; } 
#quickmenu .q_menu li.qm2 { background:var(--theme-color) url(/images/skin/myon/common/icon_qm2_n.png) center 13px no-repeat; } 
#quickmenu .q_menu li.qm3 { background:var(--theme-color) url(/images/skin/myon/common/icon_qm3_n.png) center 16px no-repeat; } 
#quickmenu .q_menu li.qm4 { background:var(--theme-color) url(/images/skin/myon/common/icon_qm4_n.png) center 13px no-repeat; } 
#quickmenu .q_menu li.qm5 { background:var(--theme-color) url(/images/skin/myon/common/icon_qm5_n.png) center 14px no-repeat; } 
#quickmenu .q_menu li { width:80px; height:80px; background-color:var(--theme-color); margin:1px 0; text-align:center; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
#quickmenu .q_menu li:hover { background-color:#009edd; } 
#quickmenu .q_menu li:hover.qm1 { background:#009edd url(/images/skin/myon/common/icon_qm1_n_o.png) center 13px no-repeat; } 
#quickmenu .q_menu li:hover.qm2 { background:#009edd url(/images/skin/myon/common/icon_qm2_n_o.png) center 13px no-repeat; } 
#quickmenu .q_menu li:hover.qm3 { background:#009edd url(/images/skin/myon/common/icon_qm3_n_o.png) center 16px no-repeat; } 
#quickmenu .q_menu li:hover.qm4 { background:#009edd url(/images/skin/myon/common/icon_qm4_n_o.png) center 13px no-repeat; } 
#quickmenu .q_menu li:hover.qm5 { background:#009edd url(/images/skin/myon/common/icon_qm5_n_o.png) center 14px no-repeat; } 
#quickmenu .q_menu li a { display:block; width:100%; height:100%; } 
#quickmenu .q_menu li a.pc { display:block; } 
#quickmenu .q_menu li a.mo { display:none; } 
#quickmenu .q_menu li a span { display:block; padding:55px 0 0 0; font-family: 'NEXON Lv2 Gothic'; color:#fff; font-size:12px; line-height:11px; letter-spacing:-0.04em; } 
.header.user_header { height: 208px; } 
.header .btn_top { opacity:0; transition: 0.3s; text-align:center; width:80px; height:80px; } 
.header .btn_top { opacity:1; transition: 0.3s; } 
.header .btn_top a { display: none; font-family:'Montserrat', sans-serif; width:100%; height:100%; text-align:center; background:url(/images/skin/myon/common/btn_top_n.png) center 25px no-repeat; background-color:var(--theme-color); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.header .btn_top a.active { display:block; } 
.header .btn_top a:hover { background-color:#009edd; } 
.header .btn_top a span { font-family:'Montserrat', sans-serif; font-size:10px; line-height:10px; color:#fff; font-weight:700; letter-spacing:-0.04em; display:block; padding:45px 0 0 0; } 

/* 이용권구매 - 자세히보기 */
 .buy_menu .inner1400 > .lists.list4 > ul > li h4 { width: 350px; } 
 .buy_menu .inner1400 > .lists.list4 > ul > li h4 span { font-family: 'GmarketSansTTFBold'; color: #fdff38; } 
 .buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth > li p { word-break: break-all; } 
 .buy_menu .lists > ul > li .list_menu .imgs { display:flex; justify-content:center; align-items:flex-start; padding-top:0.5%; } 
 .buy_menu .lists.list4 > ul > li > .title { display:flex; align-items:center; } 
 .buy_menu .lists.list4 > ul > li > .title p { margin: 0 0 10px 30px; font-size:35px; color:#000; font-family: 'GmarketSansTTFMedium'; } 
 .buy_menu .lists.list4 > ul > li > .title p span { color:#f47a0d; font-family: 'GmarketSansTTFBold'; font-size:45px; } 
 .buy_menu .lists.list4 .buy_menu.wid { display:flex; flex-direction:column; justify-content:center; padding-top: 0; } 
 .buy_menu.wid > ul > li > p { font-size:20px; width: 140px; height: 45px; line-height: 50px; color:#fff; background: #b2191b; border-radius:50px; border:2px solid #fff; text-align: center; box-shadow: 0 0 12px rgba(0,0,0,0.2); margin: 0 0 12px -25px; font-family: 'GmarketSansTTFBold'; } 
 .buy_menu .buy-price .price_box .sbox { right: -50px; } 
 .SR_view { padding: 80px 0 120px; } 
 .SR_view .inner1200 { max-width: 1200px; margin: 0 auto; position: relative; } 
 .SR_view figure { margin: 0; padding: 0; } 
 .SR_view .howtoBox .top { display:flex; align-items: flex-end; } 
 .SR_view .howtoBox .top p { border-top-right-radius:25px; border-top-left-radius:25px; } 
 .SR_view .howtoBox .top p:not(.Slogo) { width: 61.36363636363636%; text-align: center; font-size:44px; color:#fff; font-weight: bold; background: #335a9a; padding: 30px 0 50px; letter-spacing: -3px; } 
 .SR_view .howtoBox .top p:not(.Slogo) img { margin-left: 15px; vertical-align: bottom; } 
 .SR_view .howtoBox .top p.Slogo { width: 37.5%; text-align: center; background: #d4d4d5; height: 80px; padding-top: 30px; } 
 .SR_view .howtoBox .top p.Slogo-1 { height: 95px; padding-top: 20px; } 
 .SR_view .howtoBox .bottom { width: initial; padding: 70px 0 70px 60px; border-radius:20px; margin-top: -20px; z-index: 1; position: relative; box-shadow:5px 5px 20px rgba(0,0,0,0.18); } 
 .SR_view .howtoBox .bottom ul li { font-size: 26px; color:#1d336c; text-indent: -43px; margin-left: 40px; line-height: 2; letter-spacing: -2px; } 
 .SR_view .howtoBox .bottom ul li span.num { display:inline-block; font-size: 20px; color:#fff; width: 33px; height: 33px; background: #1d346c; border-radius:50%; line-height: 32px; text-align: center; margin-right: 15px; text-indent: -3px; } 
 .SR_view .priceBox { width: 100%; height: 395px; border:3px solid #fff; margin-top: 120px; position: relative; } 
 .SR_view .priceBox.sec { margin-top: 200px; } 
 .SR_view .priceBox p { font-size:48px; font-weight: bold; color:#fff; text-align: center; width: 820px; background: #4f70cb; position: absolute; transform:translateX(-50%); left: 50%; top: -30px; } 
 .SR_view .priceBox figure { margin-top: 95px; text-align: center; } 
 .SR_view .btn_buy { display: block; width: 100%; height: 80px; border-radius: 30px; color: #fff; text-align: center; position: relative; background-image: url(/images/skin/myon/sub/ticket/purchase_buy_btn_arrow.png), linear-gradient(90deg, rgba(255,163,36,1) 0%, rgba(255,124,42,1) 100%); background-repeat: no-repeat, no-repeat; background-position: right 45px center, left; } 
 .SR_view .btn_buy.sold_out { cursor: default; display: block; width: 100%; height: 80px; border-radius: 30px; color: #fff; text-align: center; margin-top: 80px; position: relative; background-image: url(/images/skin/myon/sub/ticket/purchase_buy_btn_arrow.png), linear-gradient(90deg, rgba(224, 224, 224,1) 0%, rgba(171, 171, 171,1) 100%); background-repeat: no-repeat, no-repeat; background-position: right 45px center, left; } 
 .SR_view .btn_buy span { display: block; position: relative; top: 50%; transform: translateY(-50%); font-size: 38px; font-weight: bold; } 
 .SR_view .cnt1 { text-align: center; margin-bottom: 140px; } 
 .SR_view .cnt1 figure:nth-child(2) { margin: 150px 0 60px; } 
 .SR_view .cnt1 p { position: relative; font-size:40px; font-weight: 900; color:#025a9d; line-height: 1.65; display:inline-block; } 
 .SR_view .cnt1 p:after { position: absolute; transform:translateY(-50%); top: 57%; left: -7px; content:''; width: 427px; height: 27px; background: #fff575; z-index: -1; } 
 .SR_view .cnt2 { background: #cfe1fe; padding: 150px 0 90px; } 
 .SR_view .cnt2 figure.t_title { text-align: center; } 
 .SR_view .cnt2 .ctnBox { display:flex; flex-wrap:wrap; justify-content:center; gap:30px; margin-top: 60px; } 
 .SR_view .cnt2 .ctnBox .itemBox { position: relative; } 
 .SR_view .cnt2 .ctnBox .itemBox .txtBox { position: absolute; transform:translate(-50%,-50%); top: 53%; left: 48.2%; text-align: center; color:#fff; width: 100%; } 
 .SR_view .cnt2 .ctnBox .itemBox .txtBox p.title { font-size:24px; line-height: 1.4; } 
 .SR_view .cnt2 .ctnBox .itemBox .txtBox p b { font-size:30px; font-weight: bold; line-height: 1.65; } 
 .SR_view .cnt2 .ctnBox .itemBox .txtBox p.title:after { content:""; display: block; margin: 25px auto 23px; width: 70px; height: 6px; border-radius:30px; background: #203d72; } 
 .SR_view .cnt2 .ctnBox .itemBox .txtBox p.txt { font-size:18px; line-height: 1.6666; } 
 .SR_view .cnt2 .ctnBox2 { display:none; } 
 .SR_view .cnt3 { background: #4f70cb url(/images/skin/myon/sub/ticket/SR_test_bg.png) no-repeat top center; padding: 210px 0 270px; } 
 .SR_view .cnt3 .c3_title { width: 720px; height: 105px; background: #f3f4f5; border-radius: 100px; font-family: 'GmarketSansTTFBold'; font-size:55px; color:#000; text-align: center; line-height: 110px; margin: 0 auto; overflow: hidden; position: relative; } 
 .SR_view .cnt3 .c3_title span { font-family: 'GmarketSansTTFBold'; color:#025a9d; font-size:65px; margin-right: 10px; } 
 .SR_view .cnt3 .c3_title:after { content:''; position: absolute; top: 0; left: 0; background: #b0c5e7; width: 118px; height: 100%; } 
 .SR_view .cnt3 .c3_txt { text-align: center; font-size:35px; color:#000; font-family: 'GmarketSansTTFMedium'; line-height: 1.6; margin: 90px 0; } 
 .SR_view .cnt3 .c3_txt span { font-size:40px; color:#fff; font-family: 'GmarketSansTTFBold'; } 
 .SR_view .cnt3 .c3_txt span.small { font-size:35px; } 
 .SR_view .cnt3 figure { text-align: center; position: relative; } 
 .SR_view .cnt4 { background: #ebf1ff; padding: 150px 0 90px; } 
 .SR_view .cnt4 figure { text-align: center; } 
 .SR_view .cnt4 figure.computer { margin: 100px 0 80px; } 
 .SR_view .cnt4 .howtoBox { max-width: 880px; margin: 0 auto; } 
 .SR_view .cnt4 .howtoBox .top p.Slogo { margin-left: 10px; } 
 .SR_view .cnt4 .howtoBox .bottom { border-top-right-radius: 0; background: #fff; } 
 .SR_view .cnt4 .c4_line { width: 900px; height: 2px; background: #1a1a1c; margin: 110px auto 170px; } 
 .SR_view .cnt4 .ctnBox { max-width:880px; margin: 0 auto; width: 100%; } 
 .SR_view .cnt4 .ctnBox .itemBox { position: relative; } 
 .SR_view .cnt4 .ctnBox .itemBox .stepBox { position: relative; position: absolute; top: -50px; right: 0; z-index: 1; } 
 .SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox { width: 160px; height: 160px; border-radius:50%; color:#fff; background: #6384e5; display:flex; flex-direction:column; justify-content:center; align-items:center; font-family: 'GmarketSansTTFBold'; font-size:30px; text-align: center; position: absolute; transform:translateY(-50%); top: 50%; left: 25px; } 
 .SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox p { font-family: 'GmarketSansTTFBold'; margin-top: 15px; } 
 .SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox span { font-family: 'GmarketSansTTFBold'; font-size:50px; color:#d8f5d9; } 
 .SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox { width: 660px; height: 100px; border-radius: 50px; background: #c7d9ff; display:flex; justify-content:center; align-items:center; } 
 .SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox p { font-weight: 900; color:#000; font-size:40px; margin-left: 60px; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox { padding: 125px 0 100px 45px; background: #fff; position: relative; border-radius: 60px; overflow: hidden; box-shadow: 5px 5px 30px rgba(0,0,0,0.18) } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox:after { position: absolute; top: 0; left: 0; content:''; display:block; width: 45px; height: 100%; background:#6384e5; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox > p { color:#000; text-align: center; font-weight: 500; font-size:34px; line-height: 1.7058; margin-bottom: 40px; } 
 .SR_view .cnt4 .ctnBox .itemBox:not(.itemBox1) .imgBox figure { margin: 0 auto; overflow: hidden; border:2px solid #5174a7; display:flex; justify-content:center; align-items:center; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox { display:flex; flex-wrap:wrap; gap:110px 0; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li { width: 50%; position: relative; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li p { font-size: 30px; color:#22225b; text-align: center; line-height: 1.3333; margin-top: 18px; } 
 .SR_view .cnt4 .ctnBox .itemBox:not(:last-child) { margin-bottom: 175px; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li .order_arrow { position: absolute; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:first-child .order_arrow { transform:translateY(-50%); top: 36%; right:-6.5% } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:nth-child(2) .order_arrow { transform:translateX(-50%) rotate(90deg); bottom:-20%; left: 50%; } 
 .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:last-child .order_arrow { transform:translateY(-50%) rotate(180deg); top: 36%; left:-6.5% } 
 .SR_view .cnt4 .ctnBox .itemBox2 .imgBox figure { width: 276px; height: 276px; } 
 .SR_view .cnt4 .ctnBox .itemBox3 .imgBox figure { width: 338px; height: 233px; } 
 .SR_view .cnt4 .checkBox { margin-top: 300px; position: relative; } 
 .SR_view .cnt4 .checkBox .innerimg2 { display:none; } 
 .SR_view .cnt4 .checkBox .innerimg3 { display:none; } 
 .SR_view .cnt4 .checkBox .innerBox { position: absolute; transform:translateX(-50%); left: 50%; top: 280px; } 
 .SR_view .cnt4 .checkBox .innerBox h6 { text-align: center; color:#000; font-size: 50px; font-weight: bold; } 
 .SR_view .cnt4 .checkBox .innerBox .table { margin: 35px 0 75px; } 
 .SR_view .cnt4 .checkBox .innerBox .txtBox { } 
 .SR_view .cnt4 .checkBox .innerBox .txtBox li { line-height: 1.5384; } 
 .SR_view .cnt4 .checkBox .innerBox .txtBox li:not(:last-child) { margin-bottom: 30px; } 
 .SR_view .cnt4 .checkBox .innerBox .txtBox li .title { font-size:30px; color:#263661; font-weight: bold; display: flex; align-items: center; } 
 .SR_view .cnt4 .checkBox .innerBox .txtBox li .title span { display:inline-block; width: 36px; height: 36px; background: #4d6bb1; border-radius:50%; color:#fff; text-align: center; line-height: 33px; font-size:22px; font-weight: bold; margin-right: 15px; } 
 .SR_view .cnt4 .checkBox .innerBox .txtBox li .txt { font-size: 26px; font-weight: 400; color:#263661; letter-spacing: -1.8px; margin-left: 50px; } 
 .SR_view .cnt5 { padding: 205px 0 190px; } 
 .SR_view .cnt5 .howtoBox { max-width: 943px; margin: 0 auto; } 
 .SR_view .cnt5 .howtoBox .top p.Slogo { margin-right: 10px; } 
 .SR_view .cnt5 .howtoBox .bottom { border-top-left-radius: 0; background: #e8eef3 } 
 .SR_view .cnt5 .howtoBox .bottom > ul > li { font-size:28px; line-height: 1.6071; } 
 .SR_view .cnt5 .howtoBox .bottom > ul > li:not(:last-child) { margin-bottom: 15px; } 
 .SR_view .cnt5 .howtoBox .bottom .in_ul li { font-size: 25px; text-indent: -12px; margin-left: 20px; line-height: 1.4; } 
 .SR_view .cnt5 .priceBox { border:3px solid #345c9e; } 
 .SR_view .cnt5 .priceBox p { background: #fff; color:#345c9e; } 
 .SR_view .cnt6 { margin-bottom: 185px; } 
 .SR_view .cnt6 .titleBox { position: relative; width: 100%; height: 190px; background: rgba(255,124,42,1); display:flex; justify-content:center; align-items:center; } 
 .SR_view .cnt6 .titleBox .topImg { position: absolute; top: -40px; right: 12.239583333333333%; } 
 .SR_view .cnt6 .titleBox h6 { font-size: 50px; color:#fff; display:flex; align-items:flex-end; } 
 .SR_view .cnt6 .titleBox h6 span { margin: 0 0 10px 35px; font-weight: bold; } 
 .SR_view .cnt6 .borderBox { border:10px solid rgba(255,124,42,1); padding: 100px 0; } 
 .SR_view .cnt6 .borderBox .txtBox { } 
 .SR_view .cnt6 .borderBox .txtBox li { font-size:22px; color:#000; position: relative; } 
 .SR_view .cnt6 .borderBox .txtBox li p { font-weight: 500; letter-spacing:-1.6px; margin-bottom: 25px; } 
 .SR_view .cnt6 .borderBox .txtBox li p:nth-child(2) { margin-left: 55px; } 
 .SR_view .cnt6 .borderBox .txtBox li span { color: rgba(255,124,42,1); font-weight: bold; } 
 .SR_view .cnt6 .borderBox .txtBox li span.num { font-size:29px; line-height: 1.1; margin-right: 30px; } 
 .SR_view .cnt6 .borderBox .txtBox li .redBox { position: relative; position: absolute; width: 410px; height: 55px; border:3px solid #ff0000; top: -10px; left: 109px; } 
 .SR_view .cnt6 .borderBox .txtBox li .redBox img { position: absolute; top: -47px; right: 0; } 
 .guide_sr.SR .sr_box .ctnBox { display:flex; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox { width: 100%; padding: 40px 30px 50px; } 
 .guide_sr.SR-1 .sr_box .ctnBox .itemBox:first-child { border-right:5px solid #009edd } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .title { font-family: 'GmarketSansTTFBold'; font-size:30px; color:#000; text-align: center; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .title span { font-family: 'GmarketSansTTFBold'; color:#009edd; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .title:after { content:''; display:block; width: 80px; height: 10px; background: #009edd; border-radius:50px; text-align: center; margin: 25px auto; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .info { text-align: center; font-size:16px; font-family: 'GmarketSansTTFMedium'; color:#333; line-height: 1.3; margin-bottom: 18px; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .info span { font-family: 'GmarketSansTTFBold'; color:var(--theme-color); } 
 /*.guide_sr.SR .sr_box .ctnBox .itemBox ul { margin-left: 35px; } */
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li { font-size:18px; color:#333; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li:not(:last-child) { margin-bottom: 20px; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p { text-indent:-25px; margin-left: 20px; line-height: 1.6666; word-break:break-all; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p:nth-child(2) { font-size:16px; color:#666; text-indent: 0; letter-spacing: -1.5px; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p b { font-weight: bold; color:var(--theme-color); } 
 .guide_sr.SR-1 .sr_box .ctnBox .itemBox ul li p b { color:#333; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p span.num { margin-right: 10px; } 
 /*20230822*/
 .provision .ntb-tb-view .type2 td { display:flex; gap:10px; line-height: 1.3; font-size:15px; } 

 .purchase_view { } 
 .purchase_view .inner1200 { max-width: 1200px; margin: 0 auto; position: relative; } 
 .purchase_view img { max-width: 100%; } 
 .purchase_view .cnt1 { margin: 0 auto; text-align: center; } 
 .purchase_view .cnt1 img { display: inline-block; } 
 .purchase_view .cnt2 { padding: 128px 0 150px; box-sizing: border-box; background: #ccf5d8; margin-top: 11px; } 
 .purchase_view .cnt2 .list { } 
 .purchase_view .cnt2 .list ul { display: flex; justify-content: center; } 
 .purchase_view .cnt2 .list ul li { border-radius: 20px; background: #fff; width: calc(33.3333% - 30px); margin-right: 46px; text-align: center; box-shadow: 2px 9px 23px rgb(0, 0, 0, 0.25); } 
 .purchase_view .cnt2 .list ul li.width100 { width: 100%; } 
 .purchase_view .cnt2 .list ul li:last-child { margin: 0; } 
 .purchase_view .cnt2 .list ul li .top-con { padding: 35px 10px 30px; box-sizing: border-box; overflow: hidden; border-radius: 20px 20px 0 0; } 
 .purchase_view .cnt2 .list ul li:nth-child(1) .top-con { background: url(/images/skin/myon/sub/ticket/purchase-bg_purple.png) no-repeat center/cover; } 
 .purchase_view .cnt2 .list ul li:nth-child(2) .top-con { background: url(/images/skin/myon/sub/ticket/purchase-bg_orange.png) no-repeat center/cover; } 
 .purchase_view .cnt2 .list ul li:nth-child(3) .top-con { background: url(/images/skin/myon/sub/ticket/purchase-bg_blue.png) no-repeat center/cover; } 
 .purchase_view .cnt2 .list ul li.bg-sky .top-con { background: url(/images/skin/myon/sub/ticket/book2_bg_sky.png) no-repeat center/cover; } 
 .purchase_view .cnt2 .list ul li .top-con span { color: #000; font-size: 28px; line-height: 1.5; letter-spacing: -0.58px; } 
 .purchase_view .cnt2 .list ul li .top-con p { color: #fff; font-size: 30px; line-height: 1.5; letter-spacing: -0.58px; font-weight: bold; margin-top: 6px; } 
 .purchase_view .cnt2 .list ul li .btm-con { padding: 25px 10px 55px; box-sizing: border-box; } 
 .purchase_view .cnt2 .list ul li .btm-con img { } 
 .purchase_view .cnt2 .list ul li .btm-con p { font-size: 18px; color: #000; font-weight: 300; letter-spacing: -0.58px; line-height: 2; margin-top: 38px; } 
 .purchase_view .cnt2 .mov { position: relative; /* padding-top: 56%; */ padding-top: 43%; width: 100%; height: 0; margin-top: 100px; border-radius: 20px; overflow: hidden; } 
 .purchase_view .cnt2 .mov > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
 .purchase_view .cnt3 { margin-top: 150px; background: #3078ff url(/images/skin/myon/sub/ticket/purchase_cnt3_bg.png) no-repeat top center; padding: 100px 0 150px; box-sizing: border-box; } 
 .purchase_view .cnt3 .top-img { text-align: center; } 
 .purchase_view .cnt3 .item { padding: 77px 0 0; box-sizing: border-box; margin-top: -37px; z-index: 2; position: relative; background: url(/images/skin/myon/sub/ticket/purchase_cnt3_item_bg.png) no-repeat top center; margin-bottom: 130px; } 
 .purchase_view .cnt3 .item:nth-of-type(4) { margin-bottom: 0; } 
 .purchase_view .cnt3 .item > .inner { background: #fff; max-width: 1125px; position: relative; left: calc(50% + 0.5px); transform: translateX(-50%); border-radius: 0 0 45px 45px; padding-bottom: 130px; box-sizing: border-box; margin: inherit; } 
 .purchase_view .cnt3 .item .point { display: block; width: 136px; height: 136px; border-radius: 100%; background: #2f78ff; margin: 0 auto; } 
 .purchase_view .cnt3 .item .point > div { position: relative; top: 50%; transform: translateY(-50%); } 
 .purchase_view .cnt3 .item .point img { display: block; margin: 0 auto; } 
 .purchase_view .cnt3 .item .point img:nth-of-type(1) { margin-bottom: 8px; } 
 .purchase_view .cnt3 .item .txt-con { text-align: center; margin-top: 65px; } 
 .purchase_view .cnt3 .item .txt-con p { font-family:'GmarketSansTTFBold'; font-size: 50px; color: #000; line-height: 1.3; letter-spacing: -0.55px; display: flex; align-items: center; justify-content: center; } 
 .purchase_view .cnt3 .item .txt-con p img { margin-left: 10px; } 
 .purchase_view .cnt3 .item .txt-con p span.color_o { font-family:'GmarketSansTTFBold'; color:#ff9933; font-size: 50px; line-height: 1.3; letter-spacing: -0.55px; margin:0; display:inline-block; padding:0; } 
 .purchase_view .cnt3 .item .txt-con span { display: block; color: #282828; font-size: 24px; line-height: 1.6; letter-spacing: -0.55px; margin-top: 32px; } 
 .purchase_view .cnt3 .item .list { margin-top: 124px; } 
 .purchase_view .cnt3 .item .list ul { padding: 0 49px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; } 
 .purchase_view .cnt3 .item .list ul li { width: calc(50% - 15px); margin-right: 30px; position: relative; background: #e3f7f9; border: 4px solid #00c538; border-radius: 40px; box-sizing: border-box; margin-bottom: 140px; text-align: center; padding: 90px 0 43px; box-sizing: border-box; } 
 .purchase_view .cnt3 .item .list ul li:nth-child(2n) { margin-right: 0; } 
 .purchase_view .cnt3 .item .list ul li:last-child { margin-bottom: 0; } 
 .purchase_view .cnt3 .item .list ul li .num { display: block; width: 140px; height: 140px; border-radius: 100%; background: #7c55c6; box-shadow: 2px 9px 23px rgb(0, 0, 0, 0.25); text-align: center; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); } 
 .purchase_view .cnt3 .item .list ul li .num > span { display: block; font-family:'GmarketSansTTFBold'; color: #fff; font-size: 43px; position: relative; top: 50%; transform: translateY(-50%); } 
 .purchase_view .cnt3 .item .list ul li .tit { font-family:'GmarketSansTTFBold'; font-size: 34px; color: #7c56c6; line-height: 1.5; letter-spacing: -0.4px; margin-bottom: 42px; } 
 .purchase_view .cnt3 .item .list ul li:nth-child(2) .tit { letter-spacing: -1.2px; } 
 .purchase_view .cnt3 .item .list ul li img { } 
 .purchase_view .cnt3 .item .list ul li img.mix { mix-blend-mode: multiply; } 
 .purchase_view .cnt3 .item .list ul li .txt { display: block; font-size: 20px; color: #282828; line-height: 1.5; margin-top: 35px; } 
 .purchase_view .cnt3 .item .img { margin-top: 70px; text-align: center; } 
 .purchase_view .cnt4 { background: #e9eff9; padding: 100px 0 150px; box-sizing: border-box; } 
 .purchase_view .cnt4 > .inner { max-width: 1122px; margin: 0 auto; } 
 .purchase_view .cnt4 .tit { text-align: center; } 
 .purchase_view .cnt4 .table { margin-top: 70px; display: flex; flex-wrap: wrap; align-items: center; border-radius: 30px; padding-right: 43px; box-sizing: border-box; box-shadow: 7px 4px 28px rgb(0 0 0 / 30%); background: #fbfdff; } 
 .purchase_view .cnt4 .table .line { display: flex; display: flex; width: 100%; height: 100%; } 
 .purchase_view .cnt4 .table .line p { text-align: center; padding: 35px 0 31px; box-sizing: border-box; line-height: 1.4; font-size: 22px; color: #1f2c6b; background: #fff; display: flex; align-items: center; justify-content: center; position: relative; flex-wrap: wrap; } 
 .purchase_view .cnt4 .table .line p.c_blue { color: #1a6cd6; } 
 .purchase_view .cnt4 .table .line p:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 1px; background: #757ea6; width: 80%; } 
 .purchase_view .cnt4 .table .line p:nth-child(1) { width: 19%; background: #1a6cd6; color: #fff; font-size: 24px; } 
 .purchase_view .cnt4 .table .line p:nth-child(1):after { background: #7ae376; width: 95px; } 
 .purchase_view .cnt4 .table .line p:nth-child(2) { width: 40%; } 
 .purchase_view .cnt4 .table.v2 .line p:nth-child(2) { margin: 0 16px; } 
 .purchase_view .cnt4 .table .line p:nth-child(3) { width: 41%; font-weight: bold; } 
 .purchase_view .cnt4 .table .line p .s-txt { display: block; font-size: 16px; margin-top: 12px; } 
 .purchase_view .cnt4 .table .line:first-child p:after,
 .purchase_view .cnt4 .table .line:last-child p:after { display: none; } 
 .purchase_view .cnt4 .table .line:last-child p { } 
 .purchase_view .cnt4 .table .line .bg { background: #dfe9f5; border-right: 4px solid #31d7b9; border-left: 4px solid #31d7b9; box-sizing: border-box; } 
 .purchase_view .cnt4 .table .line:nth-child(2) .bg { border-top: 4px solid #31d7b9; border-radius: 25px 25px 0 0; } 
 .purchase_view .cnt4 .table .line:last-child .bg { border-bottom: 4px solid #31d7b9; border-radius: 0 0 25px 25px; } 
 .purchase_view .cnt4 .table .line .bg2 { border-right: 4px solid #4287f5; border-left: 4px solid #4287f5; box-sizing: border-box; } 
 .purchase_view .cnt4 .table .line:nth-child(2) .bg2 { border-top: 4px solid #4287f5; border-radius: 25px 25px 0 0; } 
 .purchase_view .cnt4 .table .line:last-child .bg2 { border-bottom: 4px solid #4287f5; border-radius: 0 0 25px 25px; margin-bottom: 45px !important; } 
 .purchase_view .cnt4 .table .tit-line { } 
 .purchase_view .cnt4 .table .line.tit-line p { font-size: 39px; font-weight: 900; } 
 .purchase_view .cnt4 .table .tit-line p:nth-child(1) { } 
 .purchase_view .cnt4 .table .tit-line p:nth-child(2) { } 
 .purchase_view .cnt4 .table .tit-line p:nth-child(3) { } 
 .purchase_view .cnt4 .table .line p.btl-radius { border-radius: 30px 0 0 0; } 
 .purchase_view .cnt4 .table .line p.btr-radius { border-radius: 0 30px 0 0; } 
 .purchase_view .cnt4 .table .line p.bbl-radius { border-radius: 0 0 0 30px; } 
 .purchase_view .cnt4 .table .line p.bg-blue { position: relative; } 
 .purchase_view .cnt4 .table .line p.bg-blue:before { content: ''; width: 30px; height: 30px; background: #1a6cd6; position: absolute; top: 0; } 
 .purchase_view .cnt4 .table .line:last-child p.bg-blue:before { bottom: 0; top: initial; } 
 .purchase_view .cnt4 .table .line:last-child p:last-child { margin-bottom: 45px; } 
 .purchase_view .cnt4 .table .line p.pt0 { padding-top: 0; } 
 .purchase_view .cnt4 .pcont { position: relative; max-width:568px; margin:100px auto 0; text-align: center; } 
 .purchase_view .cnt4 .pcont .txt_price1 { position: relative; font-family: 'GmarketSansTTFMedium'; color:#aaa; font-size:30px; letter-spacing:-0.02em; line-height:1; } 
 .purchase_view .cnt4 .pcont .txt_price1:before { content: ""; display: block; position:absolute; left: 55%; transform:translateX(-50%); top:50%; width:568px; height:63px; background:url(/images/skin/myon/sub/ticket/purchase_icon_arr_s2.png) right center no-repeat; } 
 .purchase_view .cnt4 .pcont .txt_price1 .price { font-family: 'GmarketSansTTFMedium'; font-size:30px; display:inline-block; } 
 .purchase_view .cnt4 .pcont .txt_price1 span.arr { margin: 0 5px; font-size:14px; display:inline-block; vertical-align:middle; } 
 .purchase_view .cnt4 .pcont .txt_price2 { margin-top:25px; font-family: 'GmarketSansTTFBold'; color:#fd8934; font-size:50px; display:inline-block; } 
 .purchase_view .cnt4 .pcont .txt_price2 span { display: inline-block; font-family: 'GmarketSansTTFMedium'; } 
 .purchase_view .cnt4 .pcont .txt { margin-top: 10px; display:block; font-family: 'GmarketSansTTFMedium'; color:#222; font-size:15px; letter-spacing:-0.02em } 
 .purchase_view .cnt4 .pcont .box { position: absolute; right: -91px; top: -48px; } 
 
 .purchase_view .cnt4.new {}
 .purchase_view .cnt4.new .table { padding-right: 24px; } 
 .purchase_view .cnt4.new .table .line p:nth-child(1) { width: 16% !important; margin-right: 1%; } 
 .purchase_view .cnt4.new .table .line p:nth-child(2) { width: 27% !important; margin-right: 1%; } 
 .purchase_view .cnt4.new .table .line p:nth-child(3) { width: 27% !important; margin-right: 1%; } 
 .purchase_view .cnt4.new .table .line p:nth-child(4) { width: 27% !important; } 

 .purchase_view .cnt4 .table .line:last-child p:nth-child(3) {margin-bottom: 48px;}

 .purchase_view .btn_buy { display: block; width: 100%; height: 80px; border-radius: 30px; color: #fff; text-align: center; margin-top: 80px; position: relative; background-image: url(/images/skin/myon/sub/ticket/purchase_buy_btn_arrow.png), linear-gradient(90deg, rgba(255,163,36,1) 0%, rgba(255,124,42,1) 100%); background-repeat: no-repeat, no-repeat; background-position: right 45px center, left; } 
 .purchase_view .btn_buy span { display: block; position: relative; top: 50%; transform: translateY(-50%); font-size: 38px; font-weight: bold; } 
 .purchase_view .cnt5 { padding: 150px 0; box-sizing: border-box; } 
 .purchase_view .cnt5 > .inner1200 { padding: 110px 70px; box-sizing: border-box; border: 2px solid #48487b; } 
 .purchase_view .cnt5 .tit { text-align: center; margin-bottom: 80px; } 
 .purchase_view .cnt5 .item { margin-bottom: 113px; } 
 .purchase_view .cnt5 .item:last-child { margin-bottom: 0; } 
 .purchase_view .cnt5 .item .step { background: url(/images/skin/myon/sub/ticket/purchase_cnt5_step_bg.png) no-repeat center/cover; width: 100%; height: 191px; position: relative; } 
 .purchase_view .cnt5 .item .step .circle { display: block; width: 156px; height: 66px; background: #fff; border-radius: 35px; text-align: center; position: absolute; top: 18px; left: 18px; } 
 .purchase_view .cnt5 .item .step .circle img { position: relative; top: 50%; transform: translateY(-50%); } 
 .purchase_view .cnt5 .item .step > p { font-size: 32px; color: #fff; line-height: 1.3; letter-spacing: -0.4px; font-weight: bold; position: absolute; left: 50%; transform: translateX(-50%); bottom: 35px; width:100%; text-align: center; } 
 .purchase_view .cnt5 .item .box-con { padding: 100px 0 10px; background: #edf1fc; position: relative; border-radius: 0; } 
 .purchase_view .cnt5 .item .box-con .tit-box { width: 437px; height: 86px; color: #fff; font-size: 32px; line-height: 1.2; font-weight: bold; letter-spacing: -0.4px; text-align: center; border-radius: 20px; margin: 0 auto; margin-bottom: 67px; } 
 .purchase_view .cnt5 .item .box-con .tit-box.purple { background: #5c2c8d url(/images/skin/myon/sub/ticket/purchase_cnt5_title_bg02.png) no-repeat left 35px center; } 
 .purchase_view .cnt5 .item .box-con .tit-box.orange { background: #ff9933 url(/images/skin/myon/sub/ticket/purchase_cnt5_title_bg.png) no-repeat left 33px center; } 
 .purchase_view .cnt5 .item .box-con .tit-box.blue { background: #005f9d; } 
 .purchase_view .cnt5 .item .box-con .tit-box span { display: block; position: relative; top: 50%; transform: translateY(-50%); font-weight: bold; } 
 .purchase_view .cnt5 .item .box-con .txt { font-size: 24px; color: #1d1d5c; line-height: 1.6; letter-spacing: -0.4px; text-align: center; } 
 .purchase_view .cnt5 .item .box-con .list { margin-top: 88px; } 
 .purchase_view .cnt5 .item .box-con .list ul { display: flex; flex-wrap: wrap; justify-content: center; max-width: 750px; width: 100%; margin: 0 auto; } 
 .purchase_view .cnt5 .item .box-con .list ul li { width: 50%; display: flex; margin-bottom: 92px; } 
 .purchase_view .cnt5 .item .box-con .list ul li:nth-child(2n) { justify-content: flex-end; } 
 .purchase_view .cnt5 .item .box-con .list ul li .num { display: block; width: 46px; height: 46px; position: relative; margin-right: 33px; } 
 .purchase_view .cnt5 .item .box-con .list ul li .num > span { display: block; width: 100%; height: 100%; background: #fff; text-align: center; border-radius: 100%; box-shadow: -3px 4px 20px rgb(0 0 0 / 32%); z-index: 2; position: relative; } 
 .purchase_view .cnt5 .item .box-con .list ul li .num img { position: relative; top: 50%; transform: translateY(-50%); } 
 .purchase_view .cnt5 .item .box-con .list ul li .num:after { content: ''; position: absolute; right: -45%; top: 0; width: 46px; height: 46px; background: #5c2c8d; border-radius: 100%; } 
 .purchase_view .cnt5 .item .box-con .list ul li > div { } 
 .purchase_view .cnt5 .item .box-con .list ul li > div img { } 
 .purchase_view .cnt5 .item .box-con .list ul li > div p { font-size: 20px; color: #1d1d5c; line-height: 1.8; letter-spacing: -1px; margin-top: 22px; text-align: center; } 
 .purchase_view .cnt5 .item .box-con .list ul li > div span { font-size: 16px; color: #1d1d5c; line-height: 1.3; letter-spacing: -0.56px; display: block; margin-top: 20px; text-align: center; } 

 .purchase_view .cnt5 .item .box-con2,
 .purchase_view .cnt5 .item .box-con3 { border-radius: 0 0 40px 40px; } 
 .purchase_view .cnt5 .item .box-con2:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); max-width: 901px; width: 100%; height: 1px; background: #ff9900; } 
 .purchase_view .cnt5 .item .box-con2 .list ul { max-width: 880px; } 
 .purchase_view .cnt5 .item .box-con2 .list ul li .num:after { background: #ff9900; } 
 .purchase_view .cnt5 .item .box-con3 { padding-bottom: 67px; } 
 .purchase_view .cnt5 .item .box-con3 .list ul li .num:after { background: #005f9d; } 
 .purchase_view .cnt5 .item .dot-list { max-width: 750px; margin: 0 auto; } 
 .purchase_view .cnt5 .item .dot-list li { font-size: 20px; color: #000; font-weight: 300; line-height: 1.5; letter-spacing: -0.4px; margin-bottom: 4px; display: flex; } 
 .purchase_view .cnt5 .item .dot-list li:before { content: ''; display: inline-block; margin: 10px 10px 0 0; width: 8px; height: 8px; background: #005f9d; border-radius: 100%; } 
 .purchase_view .cnt6 { padding-top:87px; background: url(/images/skin/myon/sub/ticket/purchase_cnt6_bg.png) no-repeat top center; } 
 .purchase_view .cnt6 > .inner1200 { padding: 226px 75px 88px; border: 12px solid #ff9933; box-sizing: border-box; border-radius: 30px; border-top: 0; } 
 .purchase_view .cnt6 .list { } 
 .purchase_view .cnt6 .list .item { margin-bottom: 40px; } 
 .purchase_view .cnt6 .list .item:last-child { margin-bottom: 0; } 
 .purchase_view .cnt6 .list .item .num { font-size: 30px; color: #5f8cf7; font-weight: 900; line-height: 1.3; letter-spacing: -0.4px; } 
 .purchase_view .cnt6 .list .item .txt { font-size: 22px; color: #000; line-height: 1.4; letter-spacing: -0.4px; } 
 .purchase_view .cnt6 .list .item .txt2 { display: block; font-size: 16px; color: #555; line-height: 1.5; margin-top: 5px; } 
 .purchase_view .cnt6 .list .item a { color: #000; word-break: break-all; } 
 .purchase_view .cnt6 .list .left { display: flex; padding: 34px 35px; max-width: 754px; background: linear-gradient(90deg, rgba(185,222,254,1) 0%, rgba(96,209,247,1) 100%); border-radius: 0 25px 25px 25px; position: relative; margin-left: 50px; box-sizing: border-box; } 
 .purchase_view .cnt6 .list .left:before { content: ''; display: inline-block; width: 0; height: 0; border-top: 18px solid #bcdeff; border-bottom: 18px solid transparent; border-right: 25px solid #bcdeff; border-left: 25px solid transparent; position: absolute; left: -50px; top: 0; } 
 .purchase_view .cnt6 .list .left .num { padding-right: 30px; } 
 .purchase_view .cnt6 .list .right { display: flex; justify-content: flex-end; margin-right: 50px; position: relative; margin-bottom: 70px; min-height: 100px; } 
 .purchase_view .cnt6 .list .right:before { content: ''; display: inline-block; width: 0; height: 0; border-top: 35px solid #edf1fc; border-bottom: 35px solid transparent; border-right: 50px solid transparent; border-left: 50px solid #edf1fc; position: absolute; right: -50px; top: 0; } 
 .purchase_view .cnt6 .list .right .txt-con { max-width: 810px; width: 100%; background: #edf1fc; padding: 20px 25px 20px 47px; box-sizing: border-box; border-radius: 25px 0 25px 25px; } 
 .purchase_view .cnt6 .list .right .txt { font-size: 18px; line-height: 1.7; position: relative; top: 50%; transform: translateY(-50%); } 
 .purchase_view .guide_box { margin-top: 150px; } 

 .purchase_view .listbox-step { margin-top: 88px; } 
 .purchase_view .listbox-step ul { display: flex; flex-wrap: wrap; justify-content: center; max-width: 750px; width: 100%; margin: 0 auto; } 
 .purchase_view .listbox-step ul li { width: 50%; display: flex; margin-bottom: 92px; position:relative } 
 .purchase_view .listbox-step ul li:before { content: ''; display:none; position: absolute; top: 120px; left:28px; width:21px; height: 35px; background: url(/images/skin/myon/sub/ticket/listbox_step_arr.png) no-repeat left center; } 
 .purchase_view .listbox-step.orange ul li:before { background: url(/images/skin/myon/sub/ticket/listbox_step_arr_o.png) no-repeat left center; } 
 .purchase_view .listbox-step ul li:nth-child(1):before { display:none } 
 .purchase_view .listbox-step ul li:nth-child(3n):before { left:10px; } 
 .purchase_view .listbox-step ul li:nth-child(2n) { justify-content: flex-end; } 
 .purchase_view .listbox-step ul li .num { display: block; width: 46px; height: 46px; position: relative; margin-right: 33px; } 
 .purchase_view .listbox-step ul li .num > span { display: block; width: 100%; height: 100%; background: #fff; text-align: center; border-radius: 100%; box-shadow: -3px 4px 20px rgb(0 0 0 / 32%); z-index: 2; position: relative; } 
 .purchase_view .listbox-step ul li .num img { position: relative; top: 50%; transform: translateY(-50%); } 
 .purchase_view .listbox-step ul li .num:after { content: ''; position: absolute; right: -45%; top: 0; width: 46px; height: 46px; background: #5c2c8d; border-radius: 100%; } 
 .purchase_view .listbox-step ul li > div { } 
 .purchase_view .listbox-step ul li > div img { } 
 .purchase_view .listbox-step ul li > div p { font-size: 20px; color: #1d1d5c; line-height: 1.8; letter-spacing: -1px; margin-top: 22px; text-align: center; } 
 .purchase_view .listbox-step ul li > div span { font-size: 16px; color: #1d1d5c; line-height: 1.3; letter-spacing: -0.56px; display: block; margin-top: 20px; text-align: center; } 
 .purchase_view .listbox-step.blue ul li .num:after { background: #005f9d; } 
 .purchase_view .listbox-step.orange ul li .num:after { background: #ff9900; } 
 .purchase_view .listbox-step.max880 ul { max-width: 880px; } 
 .purchase_view .imgbox_1 { margin-top:45px; text-align:center } 
 .purchase_view .imgbox_1 img { max-width:100%; } 
 .purchase_view .titleTop-box { width: 437px; height: 86px; color: #fff; font-size: 32px; line-height: 1.2; font-weight: bold; letter-spacing: -0.4px; text-align: center; border-radius: 20px; margin: 0 auto; margin-bottom: 67px; } 
 .purchase_view .titleTop-box.orange { background: #ff9933 url(/images/skin/myon/sub/ticket/purchase_cnt5_title_bg.png) no-repeat left 33px center; } 
 .purchase_view .titleTop-box.blue { background: #005f9d; } 
 .purchase_view .titleTop-box.orange.bgX { background-image: none; } 
 .purchase_view .titleTop-box span { display: block; position: relative; top: 50%; transform: translateY(-50%); font-weight: bold; color: #fff !important; } 
 .purchase_view.bookCafe_view { margin-top:-120px; } 
 .purchase_view.bookCafe_view .cnt1 { padding-top:120px; margin-bottom:-128px; background: url(/images/skin/myon/sub/ticket/bookCafe_view_img01_bg.png) center / cover no-repeat; } 
 .purchase_view .book-box { background:#9bb9f6; padding:150px 0 90px; } 
 .purchase_view .book-box .boxCont { max-width:1124px; margin:0 auto; } 
 .purchase_view .book-box .boxCont .box { position:relative; text-align:center; padding:55px 20px; background:#244379; box-shadow: -3px 4px 20px rgb(0 0 0 / 32%); border-radius:23px; } 
 .purchase_view .book-box .boxCont .box .icon { position: absolute; top: 26px; right:30px; } 
 .purchase_view .book-box .boxCont .box:not(:last-child) { margin-bottom:38px; } 
 .purchase_view .book-box .boxCont .box:nth-child(2n) { background:#3bb3fc; } 
 .purchase_view .book-box .boxCont .box .top-txt { font-size:22px; color:#fff; font-weight:400; letter-spacing:-0.02em; } 
 .purchase_view .book-box .boxCont .box dt { margin-top:15px; font-family:'GmarketSansTTFBold'; font-size:45px; color:#fff; letter-spacing:-0.02em; } 
 .purchase_view .book-box .boxCont .box dd { margin-top:25px; font-size:24px; color:#fff; font-weight:400; letter-spacing:-0.02em; line-height:1.4 } 
 
 .purchase-special { padding-bottom: 120px; } 
 .purchase-special .titbox { text-align: center; } 
 .purchase-special .titbox .tit_1 { font-family: 'GmarketSansTTFBold'; color: var(--theme-color); font-size: 40px; } 
 .purchase-special .titbox .tit_1 img { vertical-align: middle; } 
 .purchase-special .titbox .txt { margin-top: 30px; font-weight: 300; color: #333; font-size: 22px; letter-spacing: -0.02em; line-height: 1.3; } 
 .purchase-special .special_cont1 { padding: 0 0 140px 0; /* background-color:#f2f9ff; */
 text-align: center; } 
 .purchase-special .special_cont2 { background: url(/images/skin/myon/sub/ticket/bg_purchase_special1.jpg) right center no-repeat; background-size: cover; } 
 .purchase-special .special_cont2 .box { max-width: 1200px; height: 780px; margin: 0 auto; display: flex; align-items: center; } 
 .purchase-special .special_cont2 .box .txt01 { font-family: 'GmarketSansTTFLight'; color: #fff; font-size: 70px; letter-spacing: -0.04em; line-height: 130%; } 
 .purchase-special .special_cont2 .box .txt01 strong { font-family: 'GmarketSansTTFBold'; color: #f7e90e; } 
 .purchase-special .special_cont2 .box .txt02 { margin-top: 32px; font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 30px; letter-spacing: -0.04em; line-height: 130%; } 
 .purchase-special .special_cont3 { padding: 140px 0 130px 0; background-color: #b6e4fc; } 
 .purchase-special .special_cont3 .t_img { text-align: center; } 
 .purchase-special .special_cont3 .s_contbox { max-width: 1200px; margin: 0 auto; padding-top: 85px; } 
 .purchase-special .special_cont3 .s_contbox .price_box { position: relative; background-color: #fff; border-radius: 30px; text-align: center; padding: 110px 0 70px 0; } 
 .purchase-special .special_cont3 .s_contbox .price_box .tit { position: absolute; left: 50%; top: -50px; transform: translateX(-50%); font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 40px; letter-spacing: -0.04em; width: 480px; height: 100px; display: flex; align-items: center; justify-content: center; background-color: #ff205f; border-radius: 100px; } 
 .purchase-special .special_cont3 .s_contbox .price_box .tit strong { font-family: 'GmarketSansTTFBold'; display: inline-block; margin-left: 8px; } 
 .purchase-special .special_cont3 .s_contbox .price_box .pcont { position: relative; max-width: 930px; margin: 0 auto; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1 { position: relative; font-family: 'GmarketSansTTFMedium'; color: #aaa; font-size: 30px; letter-spacing: -0.02em; line-height: 1; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1:before { content: ""; display: block; position: absolute; left: 52%; transform: translateX(-50%); top: 52px; width: 850px; height: 152px; background: url(/images/skin/myon/sub/ticket/icon_arr_s1-1.png) right center no-repeat; background-size: cover; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1 span.p { display: inline-block; font-weight: 600; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1 span.arr { margin: 0 5px 18px; font-size: 30px; display: inline-block; vertical-align: middle; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1 strong { font-family: 'GmarketSansTTFMedium'; color: #ff205f; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price2 { margin-top: 45px; font-weight: 900; color: #ff205f; font-size: 90px; display: inline-block; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price2 span.p { font-weight: 900; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt { margin: 30px 0 90px; display: block; color: #00204e; font-size: 27px; letter-spacing: -0.02em; font-weight: 700; } 
 .purchase-special .special_cont3 .s_contbox .price_box .sbox { position: absolute; top: 34px; right: -75px; background-color: #ff205f; width: 126px; height: 75px; border-radius: 10px; display: flex; align-items: center; justify-content: center; transform: rotate(-20deg); } 
 .purchase-special .special_cont3 .s_contbox .price_box .sbox:before { content: ""; display: block; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: #fff; border-radius: 100%; } 
 .purchase-special .special_cont3 .s_contbox .price_box .sbox > span { font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 18px; line-height: 110%; } 
 .purchase-special .special_cont3 .s_contbox .price_box .sbox > span span { font-family: 'GmarketSansTTFMedium'; color: #ffff94; font-size: 18px; } 
 .purchase-special .special_cont3 .s_contbox .price_box .sbox > span strong { font-family: 'GmarketSansTTFBold'; color: #ffff94; font-size: 18px; } 
 .purchase-special .special_cont3 .s_contbox .price_box .btn_buy { width: 850px; height: 165px; margin: 35px auto 0 auto; background: url(/images/skin/myon/sub/ticket/bg_btnbuy.png) left center no-repeat; background-size: cover; } 
 .purchase-special .special_cont3 .s_contbox .price_box .btn_buy a { width: 100%; height: 80px; display: flex; align-items: center; justify-content: center; font-family: 'GmarketSansTTFBold'; font-size: 35px; color: #fff; } 
 .purchase-special .special_cont3 .s_contbox .price_box .b_txt { margin-top: 10px; display: block; font-family: 'GmarketSansTTFMedium'; color: #222; font-size: 18px; letter-spacing: -0.02em } 
 .purchase-special .special_cont3 .s_contbox .info { position: relative; margin-top: 95px; display: flex; justify-content: space-between; } 
 .purchase-special .special_cont3 .s_contbox .info .box { width: 560px; height: 760px; vertical-align: top; background-color: #fff; border-radius: 30px; box-shadow: 4px 4px 10px #a4cee3, -4px -4px 10px #a4cee3; } 
 .purchase-special .special_cont3 .s_contbox .info .box .tit { padding-top: 55px; text-align: center; } 
 .purchase-special .special_cont3 .s_contbox .info .box dl { margin: 55px 60px 0 60px; border-top: 6px solid #0e6eff; } 
 .purchase-special .special_cont3 .s_contbox .info .box dt { padding-top: 23px; color: #0e6eff; font-size: 25px; text-align: center; } 
 .purchase-special .special_cont3 .s_contbox .info .box dd { padding: 75px 0 0 44px; } 
 .purchase-special .special_cont3 .s_contbox .info .box dd li { margin-top: 25px; position: relative; padding: 4px 0 5px 50px; font-size: 20px; color: #1d1d5c; font-weight: 500; line-height: 140%; background: url(/images/skin/myon/sub/ticket/icon_ch_s1.png) left 7px no-repeat; } 
 .purchase-special .special_cont3 .s_contbox .info .box dd li:first-child { margin-top: 0; } 
 .purchase-special .special_cont3 .s_contbox .info .box dd li strong { color: #009bff; font-weight: 700; } 
 .purchase-special .special_cont3 .s_contbox .info .box.r_box dd li { margin-top: 57px; } 
 .purchase-special .special_cont3 .s_contbox .info .box.r_box dd li:first-child { margin-top: 0; } 
 .purchase-special .special_cont3 .s_contbox .info .box.l_box dt { text-align: left; } 
 .purchase-special .special_cont3 .s_contbox .info .txt { position: absolute; left: 50%; top: 205px; transform: translateX(-50%); font-family: 'GmarketSansTTFMedium'; color: #fff; font-style: italic; font-size: 30px; width: 240px; height: 80px; display: flex; align-items: center; justify-content: center; background-color: #0e6eff; border-radius: 100px; } 
 .purchase-special .special_cont3 .s_contbox .openEvent { margin: 70px auto 0 auto; max-width: 1000px; padding: 60px 0 55px 0; background-color: #c7befa; border-radius: 20px; box-sizing: border-box; } 
 .purchase-special .special_cont3 .s_contbox .openEvent .txtbox { margin-top: 45px; position: relative; z-index: 1; } 
 .purchase-special .special_cont3 .s_contbox .openEvent .txtbox .txt_1 { font-family: 'GmarketSansTTFBold'; color: #1a1262; font-size: 42px; text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff; } 
 .purchase-special .special_cont3 .s_contbox .openEvent .txtbox .txt_2 { margin: 25px auto 0 auto; max-width: 540px; padding: 28px 0; font-family: 'GmarketSansTTFMedium'; color: #1a1262; font-size: 20px; line-height: 140%; background-color: #b3a7eb; border-radius: 10px; } 
 .purchase-special .special_cont3 .s_contbox .openEvent .imgbox.img2 { margin-top: -50px; } 
 .purchase-special .special_cont4 { max-width: 1200px; margin: 150px auto 0 auto; padding: 115px 50px 145px 50px; border: 2px solid #7d92fe; border-radius: 100px; box-sizing: border-box; } 
 .purchase-special .special_cont4 .num { position: relative; text-align: center; margin-right: 55px; } 
 .purchase-special .special_cont4 .num span { position: relative; font-family: 'RIDIBatang'; color: #fff; font-size: 80px; width: 150px; height: 150px; margin: 0 auto; display: flex; align-items: center; justify-content: center; background-color: #6b83fa; border-radius: 150px } 
 .purchase-special .special_cont4 .num span:before { content: ""; display: block; position: absolute; left: 60px; top: 0; z-index: -1; width: 150px; height: 150px; background: #d7d7d7; border-radius: 150px } 
 .purchase-special .special_cont4 .t_img { text-align: center; padding-top: 55px; } 
 .purchase-special .special_cont4 .scont_1 .listbox { padding: 15px 0 0 0; } 
 .purchase-special .special_cont4 .scont_1 .listbox ul { margin-left: -40px; text-align: center; } 
 .purchase-special .special_cont4 .scont_1 .listbox ul:after { content: ""; display: block; visibility: hidden; clear: both; height: 0; } 
 .purchase-special .special_cont4 .scont_1 .listbox li { position: relative; float: left; width: calc(50% - 40px); margin: 115px 0 0 40px; padding: 65px 0 30px 0; box-sizing: border-box; box-shadow: 4px 4px 10px #f2f2f2, -4px -4px 10px #f2f2f2; border-radius: 30px; } 
 .purchase-special .special_cont4 .scont_1 .listbox li .imgbox { padding: 0 65px; box-sizing: border-box; } 
 .purchase-special .special_cont4 .scont_1 .listbox li .imgbox img { width: 100%; } 
 .purchase-special .special_cont4 .scont_1 .listbox li span { position: absolute; left: 50%; top: -35px; transform: translateX(-50%); font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 25px; letter-spacing: -0.04em; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; background-color: #ff205f; border-radius: 100px; } 
 .purchase-special .special_cont4 .scont_1 .listbox li strong { display: block; margin-top: 26px; font-size: 20px; color: #222; letter-spacing: -0.02em; min-height: 50px; padding: 0 16px; } 
 .purchase-special .special_cont4 .scont_2 { padding-top: 160px; } 
 .purchase-special .special_cont4 .scont_2 .txtbox { margin-top: 60px; text-align: center; font-family: 'GmarketSansTTFMedium'; color: #000; letter-spacing: -0.03em; font-size: 25px; line-height: 130%; } 
 .purchase-special .special_cont4 .scont_2 .txtbox strong { display: block; margin-bottom: 15px; font-family: 'GmarketSansTTFBold'; font-size: 40px; color: #005f9d; } 
 .purchase-special .special_cont4 .scont_2 .txtbox span { font-family: 'GmarketSansTTFMedium'; color: #005f9d; } 
 .purchase-special .special_cont4 .scont_2 .listbox { padding: 75px 0 0 0; margin-left: -40px; } 
 .purchase-special .special_cont4 .scont_2 .listbox:after { content: ""; display: block; visibility: hidden; clear: both; height: 0; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box { position: relative; float: left; width: calc(50% - 40px); margin: 0 0 0 40px; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dt { text-align: center; font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 20px; letter-spacing: -0.04em; width: 240px; height: 50px; margin: 0 auto; display: flex; align-items: center; justify-content: center; background-color: #ff205f; border-radius: 50px; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd { padding-top: 20px; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd p { text-align: center; padding-bottom: 15px; font-family: 'GmarketSansTTFBold'; color: #222; font-size: 18px; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li { position: relative; padding: 18px 70px 18px 95px; display: flex; align-items: center; background: #fff4f7; color: #222; font-size: 16px; letter-spacing: -0.03em; line-height: 160%; box-sizing: border-box; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li:after { content: ""; display: block; position: absolute; top: 0; left: 70px; width: 1px; height: 100%; background-color: rgba(255,32,95,0.1); } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li:before { content: ""; display: block; position: absolute; top: 0; right: 70px; width: 1px; height: 100%; background-color: rgba(255,32,95,0.1); } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li:nth-child(even) { background: #fff; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li span { position: absolute; top: 0; width: 70px; display: block; text-align: center; color: #ff205f; font-size: 16px; font-weight: 400; letter-spacing: -0.03em; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li span.n { left: 0; top: 50%; transform: translateY(-50%); } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li span.txt { right: 0; top: 50%; transform: translateY(-50%); } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li:last-child { min-height: 88px; } 
 .purchase-special .special_cont4 .scont_2 .b_txt { padding: 45px 0 0 233px; } 
 .purchase-special .special_cont4 .scont_2 .b_txt li { position: relative; padding-left: 15px; margin-top: 18px; font-family: 'GmarketSansTTFLight'; color: #000; font-size: 20px; letter-spacing: -0.03em; } 
 .purchase-special .special_cont4 .scont_2 .b_txt li:before { content: ""; display: block; position: absolute; top: 7px; left: 0; width: 4px; height: 4px; background-color: #ff205f; border-radius: 100%; } 
 .purchase-special .special_cont4 .scont_3 { padding-top: 150px; } 
 .purchase-special .special_cont4 .scont_3 .listbox { position: relative; margin-top: 85px; } 
 .purchase-special .special_cont4 .scont_3 .listbox .tit { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 0 40px; background: #fff; font-family: 'GmarketSansTTFBold'; color: #222; font-size: 30px; letter-spacing: -0.03em; } 
 .purchase-special .special_cont4 .scont_3 .listbox .box { border: 3px dashed #ccc; border-radius: 30px; text-align: center; } 
 .purchase-special .special_cont4 .scont_3 .listbox .box ul { border: 3px solid #fff; border-radius: 29px; margin: -2px; padding: 85px 0 80px 0; } 
 .purchase-special .special_cont4 .scont_3 .listbox .box li { display: inline-block; vertical-align: top; min-width: 200px; } 
 .purchase-special .special_cont4 .scont_3 .listbox .box li strong { display: block; margin-top: 22px; font-family: 'GmarketSansTTFMedium'; color: #ff205f; font-size: 20px; letter-spacing: -0.03em; } 
 .purchase-special .special_cont4 .scont_3 .b_txt { padding: 25px 0 45px 0; text-align: center; font-family: 'GmarketSansTTFMedium'; color: #aaa; font-size: 16px; letter-spacing: -0.03em; } 
 .purchase-special .special_cont5 { max-width: 1200px; margin: 80px auto 0 auto; } 
 .purchase-special .special_cont5 .tit { position: relative; width: 360px; height: 90px; display: flex; align-items: center; justify-content: center; background-color: #6b83fa; border-radius: 150px } 
 .purchase-special .special_cont5 .tit:before { content: ""; display: block; position: absolute; right: -45px; top: 0; z-index: -1; width: 90px; height: 90px; background: #ff9900; border-radius: 150px } 
 .purchase-special .special_cont5 .listbox { margin-top: 40px; margin-bottom: 6%; padding: 60px; background: #f8f8f8; border-radius: 20px; } 
 .purchase-special .special_cont5 .listbox li { margin-top: 50px; padding: 8px 0 8px 50px; font-size: 20px; color: #222; font-weight: 400; line-height: 140%; background: url(/images/skin/myon/sub/ticket/icon_ch_s2.png) left 8px no-repeat; } 
 .purchase-special .special_cont5 .listbox li:first-child { margin-top: 0; } 
 .purchase-special .special_cont5 .listbox li span { font-size: 16px; color: #666; letter-spacing: -0.02em; line-height: 135%; } 
 .purchase-special .special_cont5 .btn_buy { width: 824px; height: 120px; margin: 0 auto 10% auto; background: url(/images/skin/myon/sub/ticket/bg_btnbuy_2.png) left center no-repeat; } 
 .purchase-special .special_cont5 .btn_buy a { width: 100%; height: 90px; display: flex; align-items: center; justify-content: center; font-family: 'GmarketSansTTFBold'; font-size: 25px; color: #fff; } 
 .purchase-special .special_cont5 .btn_buy a span { font-family: 'GmarketSansTTFBold'; } 
 .purchase-special .special_cont5 .btn_buy a span span { font-size: 15px; } 
 .purchase-special .guide_box { margin-top: 2%; } 
 .purchase-special .guide_box .tcont { display: none; } 
 .purchase-special .guide_box .tcont.on { display: block; padding: 120px 0 80px 0; } 
 .purchase-special .guide_box.m2 .guide_tab_box .g_tabmenu li { width: calc(50% - 5px); } 
 /* 220516 마감 추가 */
 .purchase-special .special_cont3 .s_contbox .openEvent { position: relative; } 
 .purchase-special .special_cont3 .s_contbox .openEvent .deadline { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #ffffffb8; z-index: 10; } 
 .purchase-special .special_cont3 .s_contbox .openEvent .deadline p { font-family: 'GmarketSansTTFBold'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-15deg); font-size: 45px; font-weight: bold; color: #ff205f; border-radius: 50px; border: 4px solid #ff205f; z-index: 20; padding: 18px 100px 10px; box-sizing: border-box; line-height: 1.2; } 
 

 .purchase-special .special_cont1 { background: #d1e0ff; } 
 .purchase-special .special_cont2 { background: url("/images/skin/myon/sub/ticket/bg_purchase_special1-1.jpg") no-repeat right center / cover; } 
 .purchase-special .special_cont2 .box .txt01, .purchase-special .special_cont2 .box .txt02 { text-align: center; } 
 .purchase-special .special_cont3 .s_contbox { padding-top: 90px; } 
 .purchase-special .special_cont3 .s_contbox .price_box { background-color: transparent; padding: 0 0 70px; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1 { color: #00204e; font-size: 65px; font-weight: 800; font-family: 'Noto Sans KR', sans-serif; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1 strong { font-size: 75px; font-weight: 600; font-family: 'Noto Sans KR', sans-serif; } 
 .purchase-special .special_cont3 .s_contbox .price_box .txt_price1 strong, .purchase-special .special_cont3 .s_contbox .price_box .txt_price2 { color: #ff9933; } 
 .purchase-special .special_cont3 .s_contbox .price_box .btn_buy { background: url("/images/skin/myon/sub/ticket/bg_btnbuy-1-1.png") left center no-repeat; background-size: cover; } 
 .purchase-special .special_cont3 .s_contbox .price_box .btn_buy.sold_out { background: url("/images/skin/myon/sub/ticket/bg_btndisabled-1-1.png") left center no-repeat; background-size: cover; } 
 .purchase-special .special_cont3 .s_contbox .price_box .btn_buy.sold_out a { cursor: default; } 
 .purchase-special .special_cont3 .s_contbox .price_box .btn_buy a { height: 100px; } 
 hr.line { background: #00204e; width: 50%; height: 2px; border: none; } 
 .purchase-special .special_cont3 .s_contbox .info .box dt { line-height: 1.4; font-size: 25px; line-height: 1.7; font-weight: 500; height: 4em; } 
 .purchase-special .special_cont3 .s_contbox .info .box.r_box dd li { margin-top: 28px; } 
 .readerBox { padding: 100px 20px; background: #fff; border-radius: 40px; } 
 .readerBox .chart { display: flex; text-align: center; flex-direction: column; justify-content: center; align-items: center; } 
 .readerBox .chart img { max-width: 100%; } 
 .readerBox .chart p { margin: 40px 0 0; color: #000; font-weight: 300; font-size: 29px; } 
 .purchase-special .special_cont4 .scont_2 .listbox { justify-content: space-between; display: flex; margin-left: 0; width: 100%; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box { padding: 70px 20px; box-sizing: border-box; border-radius: 30px; width: calc(50% - 20px); display: flex; flex-direction: column; gap: 50px 0; margin: 0; } 
 .purchase-special .special_cont4 .scont_2 .listbox:after { display: none; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxBlue { border: 2px solid #478ce6; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxYellow { border: 2px solid #ff8f00; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box .title { text-align: center; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box .title .border { font-size: 24px; border-radius: 50px; width: 330px; max-width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; margin: 0 auto; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxBlue .title .border { background: #478ce6; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxYellow .title .border { background: #ff8f00; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box .title p { font-weight: 700; color: #000; font-size: 22px; margin: 30px 0 0; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li { padding: 18px 70px; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li:last-child { min-height: inherit; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dt { background-color: #ffffff; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxBlue dt { border: 2px solid #478ce6; color: #478ce6; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxYellow dt { border: 2px solid #ff8f00; color: #ff8f00; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxBlue dd li:nth-child(odd) { background-color: #e2ecf2; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxYellow dd li:nth-child(odd) { background-color: #fef1d7; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxBlue dd li span { color: #478ce6; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxYellow dd li span { color: #ff8f00; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li:before { width: 2px; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxBlue dd li:before { background-color: #478ce6; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box.boxYellow dd li:before { background-color: #ff8f00; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li:after { display: none; } 
 .purchase-special .special_cont4 .scont_2 .listbox .box dd li.liPadding { padding: 30.8px 70px; } 
 .purchase-special .special_cont5 .btn_buy { display: flex; align-items: center; height: 194px; background: url("/images/skin/myon/sub/ticket/bg_btnbuy_2-1.png") left center no-repeat; } 
 .purchase-special .special_cont5 .btn_buy.sold_out { background: url("/images/skin/myon/sub/ticket/bg_btndisabled_2-1.png") left center no-repeat; } 
 .purchase-special .special_cont5 .btn_buy a { height: 100px; margin: auto 0; padding: 0 0 30px; font-size: 30px; flex-wrap: wrap; } 
 .purchase-special .special_cont5 .btn_buy a span { font-size: 25px; } 
 .purchase-special .special_cont5 .btn_buy a p { width: 100%; font-family: 'GmarketSansTTFBold'; font-size: 46px; text-align: center; } 

 .purchase_view { padding: 80px 0 120px; } 
 .purchase_view .cont_program04 .imgbox { text-align: center; } 
 .purchase_view .cont_program04 .imgbox p { margin-top: 30px; color: #fff; font-size: 26px; font-weight: 400; letter-spacing: -0.02em; } 
 .purchase_view .cont_program04 .selectbox { margin: 45px auto 0 auto; max-width: 1122px; } 
 .purchase_view .cnt7 .cont_program04 .selectbox { max-width: 1200px; } 
 .purchase_view .cont_program04 { padding: 0 20px; } 
 .purchase_view .cont_program04 .selectbox ul { border-top: 5px solid #ff9900; background-color: #fff; } 
 .purchase_view .cont_program04 .selectbox li { display: table; width: 100%; } 
 .purchase_view .cont_program04 .selectbox li label { display: table; width: 100%; } 
 .purchase_view .cont_program04 .selectbox li .col { display: table-cell; text-align: center; vertical-align: middle; height: 120px; box-sizing: border-box; border: 1px solid #aaa; } 
 .purchase_view .cont_program04 .selectbox li:first-child .col { height: 100px; } 
 .purchase_view .cont_program04 .selectbox li .col.col_1 { width: 150px; border-width: 0 0 1px 0; } 
 .purchase_view .cont_program04 .selectbox li .col.col_3 { width: 250px; border-width: 0px 1px 1px 1px; background: #e9eff9; } 
 .purchase_view .cont_program04 .selectbox li .col.col_2 { background-color: #fff; border-width: 0 0 1px 0; } 
 .purchase_view .cont_program04 .selectbox li .col.col_1 a { padding: 8px 16px; border-radius: 4px; background: #005f9d; color: #fff; font-size: 15px; font-weight: 400; line-height: 1.4; } 
 .purchase_view .cont_program04 .selectbox li .col.col_1 a:hover { background: #009edd; } 
 .purchase_view .cont_program04 .selectbox li .col.col_1 a.sold_out { background: #93999e; cursor: default; } 
 .purchase_view .cont_program04 .selectbox li .col.col_1 a.sold_out:hover { background: #93999e; } 
 .purchase_view .cont_program04 .selectbox li .txt { width: 100%; height: 100%; color: #1d1d5c; font-weight: 500; font-size: 20px; letter-spacing: -0.02em; } 
 .purchase_view .cont_program04 .selectbox li .txt b { display: inline-block; color: #13609f; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; word-break: break-all; } 
 .purchase_view .cont_program04 .selectbox li .amount { position: relative; } 
 .purchase_view .cont_program04 .selectbox li .amount:before { content: ""; display: block; position: absolute; right: 50px; top: 8px; width: 150px; height: 22px; background: url(/images/skin/myon/sub/ticket/icon_arr_p.png) right top no-repeat; } 
 .purchase_view .cont_program04 .selectbox li .amount span { display: block; font-family: 'GmarketSansTTFMedium'; font-size: 18px; color: #aaa; } 
 .purchase_view .cont_program04 .selectbox li .amount strong { display: block; padding: 20px 0 0 0px; font-family: 'GmarketSansTTFBold'; font-size: 24px; color: #ff9900; } 
 .purchase_view .cont_program04 .selectbox .txt_b { margin-top: 18px; text-align: right; color: var(--theme-color); font-weight: 500; font-size: 20px; } 
 .purchase_view .cont_program04 .selectbox .btn { margin-top: 25px; display: block; } 
 .purchase_view .cont_program04 .selectbox .btn a { border-radius: 100px; width: 600px; height: 100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; background: rgb(255,153,51); background: -moz-linear-gradient(left, rgba(255,153,51,1) 0%, rgba(255,120,12,1) 100%); background: -webkit-linear-gradient(left, rgba(255,153,51,1) 0%,rgba(255,120,12,1) 100%); background: linear-gradient(to right, rgba(255,153,51,1) 0%,rgba(255,120,12,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff780c',GradientType=1 ); } 
 .purchase_view .cont_program04 .selectbox .btn a span { color: #fff; font-size: 26px; font-weight: 700; letter-spacing: -0.02em; display: inline-block; padding: 2px 60px 2px 0; background: url(/images/skin/myon/sub/ticket/icon_arr_go.png) right center no-repeat; } 

.guide_sr.SR .sr_box .ctnBox { display:flex; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox { width: 100%; padding: 40px 30px 50px; } 
 .guide_sr.SR-1 .sr_box .ctnBox .itemBox:first-child { border-right:5px solid #009edd } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .title { font-family: 'GmarketSansTTFBold'; font-size:30px; color:#000; text-align: center; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .title span { font-family: 'GmarketSansTTFBold'; color:#009edd; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .title:after { content:''; display:block; width: 80px; height: 10px; background: #009edd; border-radius:50px; text-align: center; margin: 25px auto; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .info { text-align: center; font-size:16px; font-family: 'GmarketSansTTFMedium'; color:#333; line-height: 1.3; margin-bottom: 18px; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox .info span { font-family: 'GmarketSansTTFBold'; color:var(--theme-color); } 
 /*.guide_sr.SR .sr_box .ctnBox .itemBox ul { margin-left: 35px; } */
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li { font-size:18px; color:#333; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li:not(:last-child) { margin-bottom: 20px; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p { text-indent:-25px; margin-left: 20px; line-height: 1.6666; word-break:break-all; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p:nth-child(2) { font-size:16px; color:#666; text-indent: 0; letter-spacing: -1.5px; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p b { font-weight: bold; color:var(--theme-color); } 
 .guide_sr.SR-1 .sr_box .ctnBox .itemBox ul li p b { color:#333; } 
 .guide_sr.SR .sr_box .ctnBox .itemBox ul li p span.num { margin-right: 10px; } 
 /*20230822*/
 .provision .ntb-tb-view .type2 td { display:flex; gap:10px; line-height: 1.3; font-size:15px; } 

 .g_listbox { padding: 0 135px; } 
 .g_listbox p.t { padding: 110px 0 70px 0; text-align: center; font-family: 'GmarketSansTTFBold'; color: #222; font-size: 35px; letter-spacing: -0.04em; } 
 .g_listbox > ul > li { padding: 0 0 0 70px; margin: 30px 0 0 0; } 
 .g_listbox > ul > li:first-child { margin: 0; } 
 .g_listbox .box { position: relative; padding: 45px 25px 45px 82px; background-color: #fff; box-shadow: 0 5px 10px 0 #e6eaed,0 -5px 10px 0 #eaeff2; border-radius: 30px; } 
 .g_listbox .box .num { position: absolute; left: -69px; top: 50%; transform: translateY(-50%); width: 110px; height: 110px; display: table; text-align: center; background-color: #0062af; border-radius: 100px; } 
 .g_listbox .box .num span { width: 110px; height: 110px; display: table-cell; vertical-align: middle; font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 36px; line-height: 36px; letter-spacing: -0.04em; } 
 .g_listbox .box .txt_1 { font-family: 'GmarketSansTTFMedium'; color: #333; font-size: 30px; line-height: 38px; letter-spacing: -0.05em; } 
 .g_listbox .box .txt_1 strong { font-family: 'GmarketSansTTFBold'; color: #0062af; } 
 .g_listbox .box .txt_1 span { display: block; font-family: 'GmarketSansTTFMedium'; } 
 .g_listbox .box .txt_2 { margin: 10px 0 0 0; color: #666; font-size: 16px; line-height: 30px; font-weight: 400; letter-spacing: -0.04em; } 
 .g_listbox .box .txt_3 { margin: 10px 0 0 0; color: #666; font-size: 16px; line-height: 28px; font-weight: 400; letter-spacing: -0.04em; } 
 .g_listbox .box .txt_3 span { display: block; font-weight: 400; } 
 .g_listbox .box .txt_4 { margin: 10px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 20px; line-height: 26px; letter-spacing: -0.05em; } 
 .g_listbox .box .list { margin: 12px 0 0 0; } 
 .g_listbox .box .list li { margin: 10px 0 0 0; color: #666; font-size: 16px; font-weight: 400; letter-spacing: -0.04em; } 
 .g_listbox .box .list_1 { margin: 20px 0 0 0; } 
 .g_listbox .box .list_1 li { margin: 8px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 22px; letter-spacing: -0.05em; } 
 .g_listbox .levelbox { text-align: center; } 
 .g_listbox .levelbox .toptit { padding: 60px 0 80px 0; } 
 .g_listbox .levelbox .toptit .step { position: relative; } 
 .g_listbox .levelbox .toptit .step:after { content: ""; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50% ,-50%); width: 180px; height: 2px; background-color: #009edd; } 
 .g_listbox .levelbox .toptit .step .t { position: relative; z-index: 2; width: 70px; height: 70px; display: table; margin: 0 auto; text-align: center; border: 5px solid #f2f7fa; background-color: #009edd; border-radius: 100px; } 
 .g_listbox .levelbox .toptit .step .t span { width: 70px; height: 70px; display: table-cell; vertical-align: middle; font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 28px; line-height: 28px; letter-spacing: -0.04em; } 
 .g_listbox .levelbox .toptit .tit { padding: 10px 0 10px 0; font-family: 'GmarketSansTTFBold'; color: #0062af; font-size: 30px; line-height: 30px; letter-spacing: -0.04em; } 
 .g_listbox .levelbox .imgbox { margin: 30px 0 0 0; } 
 
 .guide_box { margin: 5px auto 0 auto; max-width: 1400px; } 
 .guide_box .txt_guide { /* cursor:pointer; */
 position: relative; text-align: center; padding: 40px 0 38px 0; font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 40px; line-height: 36px; letter-spacing: -0.04em; border-radius: 18px; background-color: #009edd; } 
 .guide_box .txt_guide span { font-family: 'GmarketSansTTFMedium'; } 
 .guide_box .txt_guide img { position: relative; top: -9px; margin-right: 21px; } 
 /* 
 .guide_box .txt_guide .btn { ccursor:pointer; } 
 .guide_box .txt_guide:after { content:""; display:block; width:30px; height:18px; position:absolute; right:65px; top:50%; transform:translateY(-50%); background:url(/img/sub/product/icon_off.png) center center no-repeat; } 
 */
 .guide_box .txt_guide strong { font-family: 'GmarketSansTTFBold'; } 
 .guide_box .guidecont { } 
 .guide_box .guidecont .tcont { display: none; padding-top: 20px; } 
 .guide_box .guidecont .tcont.on { display: block; padding: 10% 0 80px 0; } 
 .guide_box .guidecont .tcont.off { display: none; } 
 .guide_box.over { background-color: #f2f7fa; border-radius: 18px; } 
 .guide_box.over .txt_guide { background: none; color: #222; padding: 100px 0 80px 0; } 
 .guide_box.over .txt_guide:after { background: url(/img/sub/product/icon_on.png) center center no-repeat; } 
 .guide_box .guide_tab_box { display: none; } 
 .guide_box.over .guide_tab_box { display: block; padding: 0 65px; } 
 .guide_box .guide_tab_box .g_tabmenu { border-bottom: 6px solid #009edd; display: flex; justify-content: center; align-items: flex-end; } 
 .guide_box .guide_tab_box .g_tabmenu:after { content: ""; display: block; visibility: hidden; clear: both; height: 0; } 
 .guide_box .guide_tab_box .g_tabmenu li { position: relative; width: calc(33% - 5px); margin: 0 2.5px; float: left; text-align: center; } 
 .guide_box .guide_tab_box .g_tabmenu li:after { content: ""; display: block; width: 17px; height: 10px; position: absolute; right: 20px; top: 53%; transform: translateY(-50%); background: url(/images/skin/myon/sub/icon_off_s.png) center center no-repeat; } 
 .guide_box .guide_tab_box .g_tabmenu li.on:after { transform: rotate(-180deg); margin-top: -5px; } 
 .guide_box .guide_tab_box .g_tabmenu li:first-child { margin: 0 2.5px 0 0; width: calc(33% - 2.5px); } 
 .guide_box .guide_tab_box .g_tabmenu li:last-child { margin: 0 0 0 2.5px; width: calc(34% - 2.5px); } 
 .guide_box .guide_tab_box .g_tabmenu li a { display: block; padding: 28px 0 22px 0; font-family: 'GmarketSansTTFLight'; color: #fff; font-size: 24px; line-height: 20px; letter-spacing: -0.04em; background-color: var(--theme-color); border-radius: 25px 25px 0 0; } 
 .guide_box .guide_tab_box .g_tabmenu li.on a { margin-top: -6px; padding: 30px 0 20px 0; font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 30px; line-height: 26px; background-color: #009edd; } 
 .guide_box .g_bottom_txt { text-align: center; margin: 35px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 20px; letter-spacing: -0.04em; } 
 .guide_box .btn_view { text-align: center; margin: 55px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 20px; letter-spacing: -0.04em; } 
 .guide_box .btn_view a { display: inline-block; text-align: center; width: 365px; padding: 22px 0 20px 0; font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 30px; letter-spacing: -0.04em; background-color: var(--theme-color); border-radius: 10px; } 
 .guide_sr { padding: 0 167px; } 
 .guide_sr .tit { padding: 0 0 20px 0; text-align: center; font-family: 'GmarketSansTTFLight'; color: #222; font-size: 38px; line-height: 42px; letter-spacing: -0.04em; } 
 .guide_sr .tit span { font-family: 'GmarketSansTTFLight'; display: block; } 
 .guide_sr .tit strong { font-family: 'GmarketSansTTFBold'; color: var(--theme-color); } 
 .guide_sr .sr_box { margin: 45px 0 0 0; border: 10px solid #009edd; background-color: #fff; box-shadow: 0 5px 10px 0 #e8ecef,0 -5px 10px 0 #e1e6e8; border-radius: 30px; } 
 .guide_sr .sr_box .t { text-align: center; padding: 20px 0 18px 0; font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 30px; line-height: 28px; letter-spacing: -0.04em; background-color: #009edd; } 
 .guide_sr .sr_box > ul { padding: 45px 40px; } 
 .guide_sr .sr_box > ul > li { margin: 20px 0 0 0; color: #333; font-size: 18px; line-height: 30px; font-weight: 400; letter-spacing: -0.04em; } 
 .guide_sr .sr_box > ul > li:first-child { margin: 0; } 
 .guide_sr .sr_box > ul > li > ul > li { color: #666; font-size: 16px; line-height: 25px; font-weight: 400; letter-spacing: -0.04em; } 
 /* 이용권구매 - 자세히보기 */

/* 비밀번호 리셋 */
.util_header { box-shadow: 0px 18px 18px 0px rgba(63, 63, 63, 0.06); } 
.util_header .logo a { align-items: center; } 
.header.util_header .header-wrap { background-color: #fff; z-index: 9; border-bottom: 0; } 
.header.util_header .logo { top: 0; transform: none; padding: 0; border-bottom: 0; } 
.pw_reset_top img { max-width: 120px; object-fit: contain; padding: 32px 0; } 

/* faq custom */
.tab { margin-bottom: 16px; } 
.faq-list { border: none; box-shadow: none; border-radius: 0; border-top: 2px solid var(--theme-color); } 
.faq-list .question, .faq-list .answer { padding: 0; } 
.faq-list .question::before, .faq-list .answer::before { position: absolute; top: 13px; left: initial; display: block; color: #333 !important; font-weight: normal; font-size: 25px !important; letter-spacing: -0.04em; width: 125px; text-align: center; font-family: "Montserrat", 'Noto Sans KR', sans-serif; } 
.faq-list .question::after { display: none; } 
.faq-list .question span, .faq-list .answer .text { padding: 20px; padding-left: 120px; } 
.faq-list li:last-child .question { border-bottom: 1px solid #eee; } 
.faq-list .question span { width: calc(100% - 50px); } 

.sub-notice-list { } 
.board-list-gallery { margin-left: -16px; } 
.board-list-gallery li { width: 25%; overflow: hidden; } 
.board-list-gallery li > div { margin-left: 16px; padding-left: 0; } 
.board-list-gallery li a { padding: 0; border-radius: 0; border: 1px solid #ddd; overflow: hidden; } 
.board-list-gallery li:hover a { border: 1px solid #ddd; box-shadow: none; } 
.board-list-gallery .thum { width: 100%; overflow: hidden; min-height: 270px; } 
.board-list-gallery .thum img { object-fit: cover; height: 100% !important; transition: all 0.3s ease-in-out; } 
.board-list-gallery li:hover .thum img { transform: scale(1.15,1.15); } 
.board-list-gallery .subject { padding: 24px 16px; margin-top: 0; } 
.board-list-gallery .subject span { max-width: calc(100% - 29px); min-height: 22px; font-size: 19px; line-height: 1.2; color: #2e3032; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.board-list-gallery .subject i.new { display: none; } 

.view-title { margin-top: 0; padding: 40px 30px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } 
.view-title .subject { justify-content: center; } 
.view-title .subject strong { font-size: 19px; line-height: 1.5; font-weight: bold; text-align: center; } 
.view-title .subject i.new { display: none; } 


.mb-info-top { margin-bottom: 32px; } 
.mb-secession a { padding-right: 16px; } 
.sub-notice-list { position: relative; width: 100%; margin: 0 auto; } 

.sub-promotion-list { margin-top: -60px; } 
.board-cont .view-cont img { margin: 0 auto; } 
.sub-promotion-detail .view-cont img { margin: 0 auto; margin-bottom: 8px; } 

.sr_test_bg { position: relative; display: block; max-width: 700px; height: 426px; margin: 0 auto; } 
.sr_test_bg.sec { margin-top: -128px; } 
.sr_test_bg>div { position: absolute; width: 100%; height: 100%; background: url('/images/skin/myon/sub/ticket/SR_test_img01_re.png') no-repeat center / contain; } 
.sr_test_bg.v2>div { background: url('/images/skin/myon/sub/ticket/SR_test_img10_n_re.png') no-repeat center / contain; } 
.sr_test_bg span { position: absolute; top: 116px; left: 198px; display: block; font-size: 52px; font-weight: 900; line-height: 1.6; color: #ddd; } 
.sr_test_bg.v2 span { color: #999; } 
.sr_test_bg span>b { font-size: 40px; margin-left: 4px; } 
.sr_test_bg strong { position: absolute; top: 174px; left: 200px; display: block; font-size: 80px; font-weight: 900; line-height: 1.6; color: #ff9700; } 
.sr_test_bg strong>b { font-size: 40px; } 
.sr_test_bg .discount_rate_pos { position: absolute; display: block; background: transparent !important; width: 100%; height: 77px; } 
.sr_test_bg em { position: absolute; top: 184px; left: 86%; display: block; font-size: 48px; font-weight: 900; line-height: 1.6; color: #0074f5; transform: translate(-50%, -50%) rotate(-12deg); } 
.sr_test_bg em b { font-size: 24px; font-weight: 900; } 


.review-area { position: relative; display: block; padding: 128px 0 98px; max-width: 1400px; width: 100%; margin: 0 auto; overflow: hidden; } 
.review-area span.review-tit { position: relative; display: block; text-align: center; color: #005aa0; font-family: 'GmarketSansTTFBold'; line-height: 50px; font-size: 55px; font-weight: 900; letter-spacing: -0.5px; padding-bottom: 60px; } 
.review-swiper { position: relative; display: block; margin: 0 auto; width: 100%; padding: 24px 0; } 
.review-swiper .swiper-wrapper { height: auto; } 
.review-swiper .swiper-slide-active .review_box { box-shadow: 0 5px 10px 0 #e6eaed, 0 -5px 10px 0 #eaeff2; } 
.review_box { border: 1px solid #e1e1e1; border-radius: 8px; padding: 28px 40px; margin: 0 16px; } 
.review_box>img { position: relative; display: block; width: 32px; height: 32px; object-fit: contain; margin: 0 auto; margin-bottom: 24px; } 
.review_box a { font-size: 16px; font-weight: 400; line-height: 1.4; color: rgba(0, 0, 0, 0.78); letter-spacing: -1px; margin-bottom: 20px; max-height: 70px; min-height: 70px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.reviewr { display: flex; justify-content: flex-start; align-items: center; } 
.reviewr span { font-size: 16px; font-weight: 500; color: #005aa0; } 
.reviewr-img { position: relative; display: block; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; margin-right: 18px; } 
.reviewr-img img { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; object-fit: cover; } 
.reviewr-img>span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 13px; font-weight: 600; line-height: 3.2; color: #c1c1c1; width: 100%; height: 100%; background: #f8f8f8; display: flex; justify-content: center; align-items: center; } 
.review-area .review-pagination { bottom: 66px !important; left: 50% !important; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; } 
.review-area .review-pagination .swiper-pagination-bullet { width: 10px; height: 10px; background: #869791; margin: 0 24px !important; } 
.review-area .review-pagination.active .swiper-pagination-bullet { position: absolute; transform: translateX(-50%); } 
.review-area .review-pagination.active .swiper-pagination-bullet:nth-child(5n+1) { left: 42%; } 
.review-area .review-pagination.active .swiper-pagination-bullet:nth-child(5n+2) { left: 46%; } 
.review-area .review-pagination.active .swiper-pagination-bullet:nth-child(5n+3) { left: 50%; } 
.review-area .review-pagination.active .swiper-pagination-bullet:nth-child(5n+4) { left: 54%; } 
.review-area .review-pagination.active .swiper-pagination-bullet:nth-child(5n+5) { left: 58%; } 
.review-area .review-pagination .swiper-pagination-bullet-active { width: 18px !important; height: 18px !important; background-color: #009edd; } 


/* 240129 마이온 인플루언서 페이지 */

@font-face { font-family: 'JoongnajocheL-KSCpc-EUC-H'; src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Joongna/JoongnajocheL-KSCpc-EUC-H.woff') format('woff'); font-weight: 300; font-style: normal; } 

.sec { position: relative; display: block; } 
.sec_box.bg01 { position: relative; display: block; background: url('/images/skin/myon/sub/ticket/influ_bg_01.png') no-repeat center / cover; } 
.sec_box.bg02 { position: relative; display: block; background-color: #d0cdc9; } 
.sec_box.bg03 { position: relative; display: block; background: url('/images/skin/myon/sub/ticket/influ_bg_03.png') no-repeat center / cover; } 
.sec_box.bg04 { position: relative; display: block; background: #fff; padding-bottom: 90px; } 
.sec_box.bg05 { position: relative; display: block; background: url('/images/skin/myon/sub/ticket/influ_bg_05.png') no-repeat center / cover; } 
.sec_box.bg06 { position: relative; display: block; background-color: #2d2b27; padding-top: 72px; } 

.sec_box_01_padding { padding-top: 72px; padding-bottom: 400px; } 
.sec_box_02_padding { padding-top: 180px; padding-bottom: 72px; } 
.sec_box_03_padding { padding : 72px 0; } 
.sec_box_04_padding { padding-top: 150px; } 

.sec_01 .influ.logo { display: flex; flex-direction: column; align-items: center; padding: 0; border-bottom: 0; } 
.sec_01 .influ.logo .logo_img { max-width: 222px; width: 100%; margin-bottom: 7px; } 
.sec_01 .influ.logo .text_logo_img { max-width: 148px; } 

.sec_01 h3.title { position: relative; padding-top: 32px; font-size: 112px; font-weight: 500; line-height: 1; color: #000; -webkit-text-stroke: 2px #000; text-align: center; letter-spacing: -8px; z-index: 9; } 
.sec_01 .title_box { position: relative; display: block; } 

.sec_01 .title_box h3.title b { font-size: 112px; font-weight: 900; line-height: 1; color: #000; -webkit-text-stroke: 1px #000; } 
.sec_01 .title_box h3.title b span { font-size: 100px; } 
.sec_01 .title_box .eff { position: absolute; display: block; background: url('/images/skin/myon/sub/ticket/shadow_eff.png') no-repeat center / contain; width: 235px; height: 182px; z-index: 9; } 
.sec_01 .title_box .eff.eff_01 { top: 139px; left: 980px; } 
.sec_01 .title_box .eff.eff_02 { top: 19px; left: 574px; } 
.sec_01 .title_box .eff.eff_03 { top: 4px; left: 644px; } 
.sec_01 .title_box .eff.eff_04 { top: 13px; left: 744px; } 
.sec_01 .title_box .eff.eff_05 { top: 19px; left: 839px; } 

.sec_01_img { position: absolute; top: 400px; left: 50%; transform: translateX(-50%); z-index: 9; } 

.sec_01_text { display: flex; justify-content: center; align-items: center; } 
.sec_01_text span { position: relative; font-size: 32px; font-weight: 400; line-height: 1.6; color: #000; padding: 0 50px; text-align: center; } 
.sec_01_text span b { position: relative; display: inline-block; font-weight: 500; -webkit-text-stroke: 1px #000; } 
.sec_01_text span b::before { content: ''; position: absolute; top: 63%; left: 0; width: 100%; height: 8px; background-color: #f1c54f; border-radius: 30px; } 
.sec_01_text span b p { position: relative; display: block; } 

.eff_fanfare { position: absolute; display: block; background-size: contain !important; background-position: center !important; background-repeat: no-repeat !important; z-index: 9 !important; } 
.eff_fanfare_01 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_01.png'); width: 230px; height: 239px; top: -92px; left: -99px; } 
.eff_fanfare_02 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_02.png'); width: 260px; height: 325px; top: -35px; left: 1086px; } 
.eff_fanfare_03 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_03.png'); width: 110px; height: 44px; top: 530px; left: 180px; } 
.eff_fanfare_04 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_04.png'); width: 138px; height: 156px; top: 331px; left: 1099px; } 
.eff_fanfare_05 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_05.png'); width: 266px; height: 227px; top: -354px; left: 25px; } 
.eff_fanfare_06 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_06.png'); width: 203px; height: 199px; top: -277px; left: 938px; } 
.eff_fanfare_07 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_07.png'); width: 340px; height: 307px; top: 1677px; left: -247px; } 
.eff_fanfare_08 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_08.png'); width: 364px; height: 177px; top: 1266px; left: 762px; } 
.eff_fanfare_09 { background: url('/images/skin/myon/sub/ticket/eff_fanfare_09.png'); width: 129px; height: 56px; top: 1780px; left: 763px; } 

.sec_card_box { position: relative; display: block; overflow: hidden; border-radius: 64px 16px 16px 16px; margin-bottom: 70px; box-shadow: 0 0 12px 10px rgba(63, 63, 63, .07); } 
.sec_card_box .top { background-color: #00b0ef; padding: 24px 0; } 
.sec_card_box .top span { position: relative; display: block; text-align: center; font-size: 48px; color: #fff; font-weight: 700; } 
.sec_card_box .top span p { display: inline; font-weight: 500; } 
.sec_card_box .top strong { position: relative; display: block; text-align: center; font-size: 48px; color: #bfeeff; } 
.sec_card_box .top strong b { color: #2f3032; } 
.sec_card_box .content { display: flex; align-items: center; justify-content: space-around; flex-direction: column; background-color: #f8f7f3; padding: 24px 0; } 
.sec_card_box .content>* { padding: 12px 0; } 
.sec_card_box .content .plus { position: relative; display: block; } 
.sec_card_box .content .plus span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #dfdeda; border-radius: 8px; } 
.sec_card_box .content .plus span:nth-child(1) { width: 48px; height: 12px; } 
.sec_card_box .content .plus span:nth-child(2) { height: 48px; width: 12px; } 
.sec_content_card_03 { position: relative; } 
.sec_content_card_03 span { position: absolute; top: -18px; right: -14px; display: flex; justify-content: center; align-items: center; font-size: 28px; font-weight: 700; line-height: 1.4; color: #000; width: 97px; height: 97px; border-radius: 50%; background: #fff; border: 1px solid #ede8d9; color: #db7c28; } 
.sec_content_card_03 span::after { content: ''; position: absolute; top: -2px; left: -3px; display: block; background: url('/images/skin/myon/sub/ticket/icon_eff_wave_circle.png') no-repeat center / contain; width: 146px; height: 100px; } 

.sec_card_box .bot { position: relative; display: block; border-top: 1px dashed #d3cfcf; background-color: #fff; } 
.sec_card_box .bot .per { position: absolute; top: 0%; left: 85%; transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; flex-direction: column; background: url('/images/skin/myon/sub/ticket/sec_content_per.png') no-repeat center / contain; width: 108px; height: 108px; } 
.sec_card_box .bot .per i { background: url('/images/skin/myon/sub/ticket/sec_content_per_arrow.png') no-repeat center / contain; width: 16px; height: 20px; } 
.sec_card_box .bot .per span { font-size: 24px; font-weight: 600; line-height: 1.2; color: #000; } 
.sec_card_box .bot .per span b { font-size: 32px; font-weight: 700; line-height: 1.2; color: #000; margin-right: 3px; } 

.sec_card_box .bot .price { padding: 50px 0; position: relative; display: flex; justify-content: center; align-items: center; } 
.sec_card_box .bot .price>* { padding: 0 4px; margin: 0 6px; } 
.sec_card_box .bot .price>*:nth-child(4) { margin-right: 50px; } 
.sec_card_box .bot .price span { position: relative; display: block; font-size: 24px; font-weight: 700; line-height: 1.4; color: #7f7f7f; } 
.sec_card_box .bot .price span:after { content: ''; position: absolute; top: 16px; left: 0; width: 100%; height: 3px; background-color: #a1a098; } 
.sec_card_box .bot .price strong { font-size: 48px; font-weight: 900; line-height: 1.2; color: #000; letter-spacing: -2px; } 
.sec_card_box .bot .price strong>b { font-size: 32px; } 
.sec_card_box .bot .price i.arrow { position: relative; display: block; width: 18px; height: 18px; background: url('/images/skin/myon/sub/ticket/sec_content_arrow.png') no-repeat center / contain; } 

.sec_card_box.br_16 { border-radius: 16px; margin-bottom: 48px !important; } 
.sec_card_box.br_16 .content { padding-top: 40px !important; padding-bottom: 72px !important; } 

.bg04 .sec_card_box .top { padding: 40px 0; } 
.bg04 .sec_card_box .top span { font-size: 40px; } 
.bg04 .sec_card_box .content { padding: 60px 0; align-items: baseline; } 
.bg04 .sec_card_box .content>* { padding: 0; padding-bottom: 8px; } 
.bg04 .sec_card_box .content .text_box { display: flex; justify-content: flex-start; align-items: unset; padding: 0 80px; } 
.bg04 .sec_card_box .content .text_box.pb_0 { padding-bottom: 0; } 
.bg04 .sec_card_box .content .text_box.pl { padding-left: 195px; padding-bottom: 50px; } 
.bg04 .sec_card_box .content .text_box>span { min-width: 113px; font-size: 28px; font-weight: 700; line-height: 1.4; color: #000; margin-right: 4px; } 
.bg04 .sec_card_box .content .text_box>p { font-size: 28px; font-weight: 400; line-height: 1.6; color: #000; letter-spacing: -2px; /* -webkit-text-stroke: 1px #000; */ word-break: keep-all; } 

.bg04 .sec_card_box .content .step { padding: 0 80px; padding-top: 50px; margin-top: 50px; margin-bottom: 50px; border: 1px dashed #d1ccc9; border-left: 0; border-right: 0; width: 100%; } 
.bg04 .sec_card_box .content .step>span { font-size: 28px; font-weight: 500; line-height: 1.4; -webkit-text-stroke: 1px #000; padding-bottom: 8px; } 
.bg04 .sec_card_box .content .step .list { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; padding-bottom: 50px; } 
.bg04 .sec_card_box .content .step .list li { display: flex; flex-direction: column; justify-content: center; align-items: center; } 
.bg04 .sec_card_box .content .step .list li div { position: relative; margin-bottom: 24px; width: 306px; height: 306px; background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; } 
.bg04 .sec_card_box .content .step .list li div span { padding: 8px 32px; font-size: 24px; font-weight: 400; line-height: 1.4; color: #fff; background-color: #000; border-radius: 100px; letter-spacing: -1px; -webkit-text-stroke: 1px #fff; } 
.bg04 .sec_card_box .content .step .list li:nth-child(1) div img { margin-top: 32px; } 
.bg04 .sec_card_box .content .step .list li:nth-child(2) div img { margin-left: 32px; } 
.bg04 .sec_card_box .content .step .list li strong { margin-bottom: 32px; border: 3px solid #000; font-size: 28px; font-weight: 900; line-height: 1.4; color: #000; background-color: #fff; border-radius: 100px; padding: 6px 50px; } 
.bg04 .sec_card_box .content .step .list li p { font-size: 28px; font-weight: 400; line-height: 1.4; color: #000; text-align: center; } 
.bg04 .sec_card_box .content .step .list li b { font-size: 20px; font-weight: 400; line-height: 1.4; color: #000; text-align: center; color: #ff2626; } 
.bg04 .sec_card_box .content>p { padding: 0 80px; font-size: 24px; font-weight: 500; line-height: 1.4; color: #000; -webkit-text-stroke: 1px #000; word-break: keep-all; } 

.bg04 .sec_card_box .content .info { display: flex; justify-content: center; align-items: center; width: 100%; padding-bottom: 24px; } 
.bg04 .sec_card_box .content .info>* { margin-right: 8px; } 
.bg04 .sec_card_box .content .info b { font-size: 32px; font-weight: 700; line-height: 1.4; color: #000; } 
.bg04 .sec_card_box .content .info span { font-size: 32px; font-weight: 500; line-height: 1.4; color: #000; } 
.bg04 .sec_card_box .content select { background-color: transparent; border: 4px solid #000; padding: 30px 36px; position: relative; display: block; font-size: 32px; font-weight: 700; line-height: 1.4; letter-spacing: -1px; color: #000; border-radius: 8px; max-width: 420px; width: 100%; margin: 0 auto; background: url('/images/skin/myon/sub/ticket/icon_apply_arrow.png') no-repeat right 36px center; } 
.bg04 .sec_card_box .content select option { padding: 16px; line-height: 1.6; } 

.bg04 .apply_btn_wrap { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; } 
.bg04 .apply_btn { position: relative; display: block; margin: 0 16px; width: 100%; max-width: 360px; background-color: #000; text-align: center; border-radius: 8px; } 
.bg04 .apply_btn::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100px; border-radius: 8px; overflow: hidden; background-color: #fefd31; } 
.bg04 .apply_btn span { position: relative; display: block; font-size: 32px; font-weight: 500; line-height: 1.4; color: #fff; -webkit-text-stroke: 1px #fff; z-index: 9; width: 100%; padding: 22px 0; border-radius: 8px; overflow: hidden; background-color: #00b0ef; } 

.sec_list_box { position: relative; display: block; } 
.sec_list_box .top { position: relative; display: flex; justify-content: center; align-items: center; background-color: #00b0ef; font-size: 48px; font-weight: 500; line-height: 1.2; color: #fff; -webkit-text-stroke: 1px #fff; padding: 32px 0; border-radius: 8px; margin-bottom: 36px; } 
.sec_list_box .top .goppyo { position: relative; display: block; width: 50px; } 
.sec_list_box .top .goppyo span { position: absolute; top: 50%; left: 50%; display: block; background-color: #99dff9; border-radius: 20px; } 
.sec_list_box .top .goppyo span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); width: 9px; height: 32px; } 
.sec_list_box .top .goppyo span:nth-child(2) { transform: translate(-50%, -50%) rotate(-135deg); width: 32px; height: 9px; } 

.sec_list_box .con { padding-bottom: 16px; } 
.sec_list_box .con li { display: flex; justify-content: flex-start; align-items: unset; margin-bottom: 16px; } 
.sec_list_box .con li::before { content: ''; margin-top: 13px; margin-right: 6px; position: relative; width: 12px; height: 12px; background-color: #000; border-radius: 50%; } 
.sec_list_box .con li span { font-size: 30px; font-weight: 400; line-height: 1.2; color: #292828; letter-spacing: -2px; } 
.sec_list_box .con.sub li { margin-bottom: 24px; } 
.sec_list_box .con.sub li::before { min-width: 6px; margin-top: 19px; max-width: 6px; height: 6px; margin-right: 15px; background-color: #b4b1a8; } 
.sec_list_box .con.sub li span { font-size: 26px; letter-spacing: 0px; line-height: 1.6; word-break: keep-all; } 

.bg05 span.title { position: relative; display: block; font-size:80px; font-weight: 700; line-height: 1; color: #000; padding-bottom: 24px; text-align: center; } 
.bg05 p.sub_title { position: relative; display: block; font-size: 40px; font-weight: 400; line-height: 1.6; color: #000; padding-bottom: 70px; text-align: center; } 

.bg05 .list { display: flex; justify-content: space-between; align-items: center; padding-bottom: 120px; } 
.bg05 .list li { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fff; border-radius: 50%; width: 365px; height: 365px; } 
.bg05 .list li:nth-child(1) { box-shadow: 6px 8px 2px 0px rgba(131, 133, 245, 1); } 
.bg05 .list li:nth-child(2) { box-shadow: 6px 8px 2px 0px rgba(245, 105, 43, 1); } 
.bg05 .list li:nth-child(3) { box-shadow: 6px 8px 2px 0px rgba(0, 167, 253, 1); } 
.bg05 .list li b { font-size: 48px; letter-spacing: -2px; line-height: 1.2; color: #000000; font-weight: bold; text-align: center; padding-bottom: 24px; } 
.bg05 .list li span { opacity: 0.800; font-size: 28px; letter-spacing: -1px; line-height: 40px; color: #000; text-align: center; min-height: 104px; padding-top: 24px; } 

.bg05 .point_box { position: relative; display: flex; justify-content: flex-start; flex-direction: column; align-items: center; } 
.bg05 .point_box .point_title { position: relative; display: block; padding-bottom: 100px; } 
.bg05 .point_box .point_title span { position: relative; font-size: 64px; line-height: 1; color: #000000; font-weight: bold; text-align: center; z-index: 9; } 
.bg05 .point_box .point_title::after { content: ''; position: absolute; top: -40px; left: 146px; display: block; width: 160px; height: 160px; border-radius: 50%; } 
.bg05 .point_box .point_title::before { content: ''; position: absolute; top: -32px; left: 152px; display: block; width: 160px; height: 160px; border-radius: 50%; } 

.bg05 .point_box.point1 .point_title::after { background-color: #ffe720; } 
.bg05 .point_box.point1 .point_title::before { background-color: #00a8fd; } 
.bg05 .point_box.point2 .point_title::after { background-color: #f5692b; } 
.bg05 .point_box.point2 .point_title::before { background-color: #f5a62b; } 
.bg05 .point_box.point3 .point_title::after { background-color: #8385f5; } 
.bg05 .point_box.point3 .point_title::before { background-color: #b0b1ff; } 
.bg05 .point_box.point4 .point_title::after { background-color: #91c848; } 
.bg05 .point_box.point4 .point_title::before { background-color: #b9e278; } 

.bg05 .point_box h6 { font-size: 44px; line-height: 1.6; color: #000000; font-weight: 700; padding-bottom: 48px; text-align: center; } 
.bg05 .point_box.point1 b { color: #00a8fd; } 
.bg05 .point_box.point2 b { color: #f5a62b; } 
.bg05 .point_box.point3 b { color: #8385f6; } 

.bg05 .point_box p { font-size: 30px; line-height: 2; color: #000000; text-align: center; padding-bottom: 220px; word-break: keep-all; } 
.bg05 .point_box:last-child p { padding-bottom: 70px; } 

.bottom { display: flex; justify-content: flex-start; align-items: flex-start; padding: 40px 0 120px; } 
.bottom .left { position: relative; display: block; padding-right: 83px; min-width: 330px; } 
.bottom .left span { position: relative; display: block; font-size: 36px; line-height: 1.3; color: #ffffff; font-weight: 500; text-align: center; } 
.bottom .right>* { position: relative; display: block; font-size: 20px; line-height: 2; color: #ffffff; } 
.bottom .right> p { padding-left: 20px; } 
.bottom .right> p::after { content: ''; position: absolute; top: 16px; left: 10px; width: 5px; height: 5px; background-color: #fff; border-radius: 50%; } 
.sec_box.bg06 a { display: flex; justify-content: center; align-items: center; width: 100%; background-color: #00afef; border-radius: 8px; padding: 26px 12px; box-shadow: 0 12px 0px 0px #6bcd4d; } 
.sec_box.bg06 a span { position: relative; display: flex; justify-content: flex-start; align-items: center; font-size: 40px; letter-spacing: -2px; line-height: 1.4; color: #ffffff; font-weight: 400; text-align: center; } 
.sec_box.bg06 a span::after { content: ''; position: relative; width: 1px; height: 40px; background-color: #fff; margin: 0 32px; } 
.sec_box.bg06 a b { font-size: 40px; letter-spacing: -2px; line-height: 1.4; color: #ffffff; font-weight: 600; margin-right: 40px; } 

/* 달력 커스텀 */
.ui-widget.ui-widget-content { margin: 0 auto; border-radius: 4px; } 
.ui-state-hover,
.ui-widget-content .ui-state-hover { background-color: transparent; } 
.ui-state-hover, .ui-widget-content .ui-state-hover { background: #f0f0f0; } 
.ui-state-active, .ui-widget-content .ui-state-active { border-radius: 4px; background: #3471f6; } 


/* 마이온 이용권 커스텀 250212 */
.goods_list {  }
.buy_area { padding: 120px 0 30px 0 } 
.buy_area .cf:after { content: ''; display: block; clear: both; } 
.buy_area .titlebox { text-align: center; } 
.buy_area .titlebox .title { font-family: 'GmarketSansTTFLight'; letter-spacing: -0.2px; font-size: 45px; font-weight: 400; color: #222222; } 
.buy_area .titlebox .title img { display: inline-block; vertical-align: bottom; } 
.buy_area .titlebox .title strong { font-family: 'GmarketSansTTFBold'; color: #005aa0; font-size: 60px; } 
.buy_area .titlebox .txt { font-size: 22px; font-weight: 300; color: #333333; letter-spacing: -0.2px; margin-top: 30px; } 
.buy_progress { background: #f2f9ff; height: 556px; box-sizing: border-box; margin-top: 80px; margin-bottom: 305px; position: relative; } 
.buy_progress .pop-wrap { top: -100px; right: 0; z-index: 999; display: block; } 
.buy_progress .pop-wrap .pop-content { max-width: 400px; width: 100%; } 
.buy_progress .inner1400 { margin: 0 auto; max-width: 1400px; } 
.buy_progress .s-tit { text-align: center; padding-top: 144px; font-size: 45px; margin-bottom: 105px; } 
.buy_progress .s-tit h6 { font-family: 'GmarketSansTTFBold'; color: #005aa0; letter-spacing: -0.25px; line-height: 1.3; } 
.buy_progress .s-tit span { font-weight: 500; color: #333; } 
.buy_progress .s-tit em { display: block; margin-top: 10px; font-size: 20px; color: #333; } 
.buy_progress .progress_list { position: relative; bottom: 30px; } 
.buy_progress .progress_list ul { display: flex; justify-content: space-between; } 
.buy_progress .progress_list ul li { width: 31%; border-radius: 30px; box-sizing: border-box; box-shadow: 1px 1px 30px 4px rgba(227,233,239,0.75); } 
.buy_progress .progress_list ul li .txt { position: relative; border-radius: 30px 30px 0 0; padding: 60px 30px 50px 30px; text-align: center; height: 240px; box-sizing: border-box; } 
.buy_progress .progress_list ul li .txt .top_icon { position: absolute; top: -30px; width: 100%; max-width: 140px; border-radius: 30px; border: 2px solid #fff; left: 50%; transform: translateX(-50%); } 
.buy_progress .progress_list ul li .txt .top_icon p { font-family: 'GmarketSansTTFBold'; font-size: 20px; letter-spacing: -0.025em; color: #000; line-height: 60px; margin-bottom: 0px; color: #fff; } 
.buy_progress .progress_list ul li .txt p { color: #000; line-height: 1.3; font-family: 'GmarketSansTTFMedium'; margin-bottom: 34px; font-size: 28px; } 
.buy_progress .progress_list ul li .txt h6 { color: #fff; font-family: 'GmarketSansTTFBold'; font-size: 35px; line-height: 1.3; } 
.buy_progress .progress_list ul li.bg01 .txt { background: rgb(155,111,199); background: linear-gradient(180deg, rgba(155,111,199,1) 0%, rgba(113,65,161,1) 100%); } 
.buy_progress .progress_list ul li.bg02 .txt { background: rgb(255,171,72); background: linear-gradient(180deg, rgba(255,171,72,1) 0%, rgba(255,171,72,1) 100%); } 
.buy_progress .progress_list ul li.bg03 .txt { background: rgb(27,128,207); background: linear-gradient(180deg, rgba(27,128,207,1) 0%, rgba(9,102,175,1) 100%); } 
.buy_progress .progress_list ul li.bg01 .txt .top_icon { background: #7242a2; } 
.buy_progress .progress_list ul li.bg02 .txt .top_icon { background: #f08200; } 
.buy_progress .progress_list ul li.bg03 .txt .top_icon { background: #005aa0; } 
.buy_progress .progress_list ul li .logo { background: #fff; border-radius: 0 0 30px 30px; padding: 30px 0 40px 0; text-align: center; height: 130px; box-sizing: border-box; } 
.buy_progress .progress_list ul li .logo img {max-width: initial;}
.buy_progress .progress_list .slide_btn { display: none; } 
.buy_progress .progress_list .slide_btn > div { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); z-index: 10; border: 1px solid #fff; width: 44px; height: 44px; border-radius: 50%; color: #fff; font-size: 20px; text-align: center; cursor: pointer; } 
.buy_progress .progress_list .slide_btn > .prev { background: url(/images/common/ico_prev.png) 47% center no-repeat; filter: brightness(0) invert(1); }
.buy_progress .progress_list .slide_btn > .next { left: auto; right: 10px; background: url(/images/common/ico_next.png) 53% center no-repeat; filter: brightness(0) invert(1); } 
.buy_progress .progress_list .slide_btn > div i { line-height: 44px; } 
.buy_progress .progress_list ul.slick-dots { display: flex; justify-content: center; align-items: center; width: 100%; gap: 0 } 
.buy_progress .progress_list ul.slick-dots li { display: inline-block; vertical-align: top; width: 15px; height: 15px; margin-right: 10px; border: 2px solid #009edd; box-sizing: border-box; background: #fff; transition: 0.4s; } 
.buy_progress .progress_list ul.slick-dots li:last-of-type { margin-right: 0; margin-top: 0; } 
.buy_progress .progress_list ul.slick-dots li button { display: inline-block; vertical-align: top; width: 100%; height: 100%; border-radius: 10px; background: #fff; border: none; font-size: 0; padding: 0; transition: 0.4s; } 
.buy_progress .progress_list ul.slick-dots li.slick-active { width: 50px; background: #009edd; } 
.buy_progress .progress_list ul.slick-dots li.slick-active button { background: #009edd; } 
.buy_list { padding-top: 80px; } 
.buy_list .inner1400 { max-width: 1400px; margin: 0 auto; } 
.buy_list .float--left { float: left; } 
.buy_list .float--right { float: right; } 
.buy_list .list { padding: 120px 0; box-sizing: border-box; } 
.buy_list .list:nth-child(2n) { background: #f2f9ff; } 
.buy_list .list .inner1400 > div { width: 50%; } 
.buy_list .list .inner1400 > div:first-child { padding-right: 80px; box-sizing: border-box; } 
.buy_list .list:nth-child(2n) .buy-txt { padding-right: 80px; box-sizing: border-box; } 
.buy_list .list:nth-child(2n) .buy-img { padding-left: 80px; padding-right: 0 !important; box-sizing: border-box; } 
.buy_list .list .buy-img { position: relative; float: left; } 
.buy_list .list:nth-child(2n) .buy-img { float: right; } 
.buy_list .list .buy-img .circle { position: absolute; top: -40px; z-index: 10; } 
.buy_list .list .buy-img .circle span { font-family: 'GmarketSansTTFMedium'; width: 80px; height: 80px; display: inline-block; vertical-align: middle; color: #fff; font-size: 20px; text-align: center; border-radius: 100%; margin-left: 10px; } 
.buy_list .list .buy-img .circle span.best { background: #60bb46; line-height: 79px; } 
.buy_list .list .buy-img .circle span.new { background: #f47a0d; line-height: 79px; } 
.buy_list .list .buy-img .circle span.new-1 { background: #f47a0d; width: 120px; height: 120px; line-height: 1 !important; overflow: hidden; margin: -20px 0; } 
.buy_list .list .buy-img .circle span.new-1 > span { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; margin: 0; } 
.buy_list .list .buy-img .circle span.new-1 > span span { margin: 0; font-size: 14px; width: auto; height: auto; } 
.buy_list .list .buy-img .circle span.new-1 > span strong { font-family: 'GmarketSansTTFBold'; font-size: 20px; margin-top: 8px; display: block; } 
.buy_list .list .buy-img img { display: block; width: 100%; } 
.buy_list .list .buy-img .sold-out { position: relative; } 
.buy_list .list .buy-img .sold-out > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); border-radius: 26px; } 
.buy_list .list .buy-img .sold-out > div p { text-align: center; color: #fff; font-size: 26px; position: relative; top: 50%; transform: translateY(-50%); } 
.buy_list .list .buy-txt { letter-spacing: -0.25px; float: right; } 
.buy_list .list:nth-child(2n) .buy-txt { float: left; } 
.buy_list .list .buy-txt h6 { font-family: 'GmarketSansTTFBold'; font-size: 35px; color: #005aa0; letter-spacing: -0.25px; margin-bottom: 20px; line-height: 1.3; } 
.buy_list .list .buy-txt > span { display: block; color: #333333; font-size: 22px; margin-bottom: 41px; font-weight: 500; } 
.buy_list .list .buy-txt > p { font-size: 22px; color: #666666; font-weight: 300; line-height: 1.7; letter-spacing: -0.3px; } 
.buy_list .list .buy-txt > p span { display: inline-block; color: #005aa0; font-weight: 500; } 
.buy_list .list .buy-txt > p strong { display: inline-block; color: #005aa0; font-weight: 700; } 
.buy_list .list .buy-txt .buy-price { margin-top: 69px; } 
.buy_list .list .buy-txt .buy-price .price { display: inline-block; padding-top: 18px; position: relative; } 
.buy_list .list .buy-txt .buy-price .price .price1 { font-family: 'GmarketSansTTFMedium'; display: inline-block; color: #005aa0; font-size: 18px; } 
.buy_list .list .buy-txt .buy-price .price .price1 span { font-family: 'GmarketSansTTFBold'; font-size: 26px; } 
.buy_list .list .buy-txt .buy-price .price .price2 { font-family: 'GmarketSansTTFMedium'; display: inline-block; color: #aaaaaa; font-size: 10px; position: relative; margin-left: 11px; } 
.buy_list .list .buy-txt .buy-price .price .price2:before { content: ""; display: block; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); width: 103%; height: 1px; background-color: #005aa0; } 
.buy_list .list .buy-txt .buy-price .price .price2 span { font-size: 18px; } 
.buy_list .list .buy-txt .buy-price .price > span { font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 65px; height: 40px; color: #fff; font-size: 18px; background: #005aa0; border-radius: 100%; text-align: center; line-height: 42px; position: absolute; bottom: 13px; margin-left: 5px; } 
.buy_list .list .buy-txt .buy-price .buy-btn { font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 260px; height: 50px; color: #fff; background: #13609f url(/images/skin/myon/sub/buy-arrow.png) no-repeat right 22% center; text-indent: -16px; border-radius: 5px; text-align: center; line-height: 52px; margin-right: 98px; } 
.buy_list .list .buy-txt .buy-price .buy-btn.btn-blue { margin-top: 10px; background-color: #009edd; } 
.buy_list .list .buy-txt .buy-price .buy-btn-end { font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 260px; height: 50px; color: #fff; background: rgba(0,0,0,0.6) url(/images/skin/myon/sub/buy-arrow.png) no-repeat right 22% center; text-indent: -16px; border-radius: 5px; text-align: center; line-height: 52px; margin-right: 98px; } 
.buy_list .list .buy-txt .buy-price .price_box { position: relative; margin-top: -30px; width: 280px; } 
.buy_list .list .buy-txt .buy-price .price_n1 { position: relative; font-family: 'GmarketSansTTFMedium'; color: #aaa; font-size: 18px; letter-spacing: -0.02em } 
.buy_list .list .buy-txt .buy-price .price_n1:before { content: ""; display: block; position: absolute; left: 5px; top: 8px; width: 190px; height: 29px; background: url(/images/skin/myon/sub/icon_arr2.png) right center no-repeat; } 
.buy_list .list .buy-txt .buy-price .price_n1 span.p { font-family: 'GmarketSansTTFMedium'; font-size: 10px; display: inline-block; } 
.buy_list .list .buy-txt .buy-price .price_n1 span.arr { margin: 0 5px; font-size: 14px; } 
.buy_list .list .buy-txt .buy-price .price_n2 { font-family: 'GmarketSansTTFBold'; color: #005aa0; font-size: 30px; display: inline-block; } 
.buy_list .list .buy-txt .buy-price .price_n2 span.p { font-family: 'GmarketSansTTFMedium'; font-size: 20px; } 
.buy_list .list .buy-txt .buy-price .p_txt { margin: 18px 0 0 30px; } 
.buy_list .list .buy-txt .buy-price .p_txt .txt { position: relative; z-index: 1; font-family: 'GmarketSansTTFMedium'; font-size: 15px; display: block; color: #222; margin: 5px 0 0 5px; padding: 0 2px 2px 2px; } 
/* .buy_list .list .buy-txt .buy-price .p_txt .txt:before { content: ""; display: block; position: absolute; left: 0; bottom:0; z-index:-1; width:100%; height:60%; background-color:#fff17b; } */
.buy_list .list .buy-txt .buy-price .price_box .sbox { position: absolute; right: -8px; top: -25px; font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 65px; height: 40px; color: #fff; font-size: 18px; background: #005aa0; border-radius: 100%; text-align: center; line-height: 42px; position: absolute; bottom: 13px; margin-left: 5px; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .buy-btn { margin: -20px 40px 30px 0; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .buy-btn.btn_fc { background-color: #009edd; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .price_box { width: 400px; text-align: center; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .price_n1:before { left: 55%; transform: translateX(-50%); top: 8px; width: 270px; height: 40px; background: url(/images/skin/myon/sub/icon_arr3.png) right center no-repeat; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .p_txt { margin: 25px 20px 0 0; text-align: center; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .price_box .sbox { position: absolute; right: 40px; top: 35px; } 
/*추가*/
.buy_menu .inner1400 { max-width: 1400px; margin: 0 auto; } 
.buy_menu .buy-price { margin-top: 40px; display: flex; flex-direction: column; text-align: center; } 
.buy_menu .buy-price .price { display: inline-block; padding-top: 18px; position: relative; } 
.buy_menu .buy-price .price .price1 { font-family: 'GmarketSansTTFMedium'; display: inline-block; color: #005aa0; font-size: 18px; } 
.buy_menu .buy-price .price .price1 span { font-family: 'GmarketSansTTFBold'; font-size: 26px; } 
.buy_menu .buy-price .price .price2 { font-family: 'GmarketSansTTFMedium'; display: inline-block; color: #aaaaaa; font-size: 10px; position: relative; margin-left: 11px; } 
.buy_menu .buy-price .price .price2:before { content: ""; display: block; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); width: 103%; height: 1px; background-color: #005aa0; } 
.buy_menu .buy-price .price .price2 span { font-size: 18px; } 
.buy_menu .buy-price .price > span { font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 65px; height: 40px; color: #fff; font-size: 18px; background: #005aa0; border-radius: 100%; text-align: center; line-height: 42px; position: absolute; bottom: 13px; margin-left: 5px; } 
.buy_menu .buy-price .buy-btn { font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 100%; height: 50px; color: #fff; background: #13609f url(/images/skin/myon/sub/buy-arrow.png) no-repeat right 35% center; text-indent: -16px; border-radius: 5px; text-align: center; line-height: 52px;  font-size: 16px;} 
.buy_menu .buy-price .buying .buy-btn { display: none; } 
.buy_menu .buy-price .buying .buy-btn.sold_out {background: #93999e !important; cursor:default;}
.buy_menu .buy-price .buying.on .buy-btn { display: block; } 
.buy_menu .buy-price .buy_more { display: flex; justify-content: space-between; gap: 8px; } 
.buy_menu .buy-price .buy_more .buy-btn { background: #13609f url(/images/skin/myon/sub/buy-arrow.png) no-repeat right 22% center; width: 100%; } 
.buy_menu .buy-price .buy_more .buy-btn.sold_out {background: #93999e !important; cursor:default;}
.buy_menu .buy-price .buy_more .more-btn { font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 100%; height: 50px; color: #fff; background: #009edd url(/images/skin/myon/sub/buy-arrow.png) no-repeat right 22% center; text-indent: -16px; border-radius: 5px; text-align: center; line-height: 52px;  font-size: 16px;} 
.buy_menu .buy-price .buy-btn.btn-blue { margin-top: 10px; background-color: #009edd; } 
.buy_menu .buy-price .buy-btn-end { font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 260px; height: 50px; color: #fff; background: rgba(0,0,0,0.6) url(/images/skin/myon/sub/buy-arrow.png) no-repeat right 22% center; text-indent: -16px; border-radius: 5px; text-align: center; line-height: 52px; margin-right: 98px; } 
.buy_menu .buy-price .price_box { position: relative; margin-top: -30px; width: 280px; margin-bottom: 26px; } 
.buy_menu .buy-price .price_n1 { position: relative; font-family: 'GmarketSansTTFMedium'; color: #aaa; font-size: 18px; letter-spacing: -0.02em } 
.buy_menu .buy-price .price_n1:before { content: ""; display: block; position: absolute; left: 48%; transform: translateX(-50%); top: 8px; width: 200px; height: 29px; background: url(/images/skin/myon/sub/icon_arr2.png) right center no-repeat; } 
.buy_menu .buy-price .price_n1 span.p { font-family: 'GmarketSansTTFMedium'; font-size: 10px; display: inline-block; } 
.buy_menu .buy-price .price_n1 span.arr { margin: 0 5px; font-size: 14px; } 
.buy_menu .buy-price .price_n2 { font-family: 'GmarketSansTTFBold'; color: #005aa0; font-size: 30px; display: inline-block; } 
.buy_menu .buy-price .price_n2 span.p { font-family: 'GmarketSansTTFMedium'; font-size: 20px; } 
.buy_menu .buy-price .p_txt { margin: 20px 0 0 30px; } 
.buy_menu .buy-price .p_txt .txt { position: relative; z-index: 1; font-family: 'GmarketSansTTFMedium'; font-size: 15px; display: block; color: #222; margin: 5px 0 0 5px; padding: 0 2px 2px 2px; } 
/* .buy_list .list .buy-txt .buy-price .p_txt .txt:before { content: ""; display: block; position: absolute; left: 0; bottom:0; z-index:-1; width:100%; height:60%; background-color:#fff17b; } */
.buy_menu .buy-price .price_box .sbox { position: absolute; right: -22px; top: 62%; transform: translateY(-50%); font-family: 'GmarketSansTTFMedium'; display: inline-block; width: 65px; height: 40px; color: #fff; font-size: 18px; background: #13609f; border-radius: 100%; text-align: center; line-height: 42px; margin-left: 5px; } 
/*
.buy_menu .inner1400 > .lists:first-child .buy-price .price_box { display: none; } 
.buy_menu .inner1400 > .lists:first-child .buy-price .price_box.on { display: block; } 
*/
.buy_menu .inner1400 > .lists-n .buy-price .price_box {  } 
.buy_menu .inner1400 > .lists-n .buy-price .price_box.on { display: block; } 
.buy_menu .inner1400 > .lists-n .buy-price .buy_more { display: none; } 
.buy_menu .inner1400 > .lists-n .buy-price .buy_more.on { display: flex; } 
.buy_menu .buy-price .cbox { width: 48px; height: 48px; line-height: 50px; border-radius: 50%; font-family: 'GmarketSansTTFMedium'; font-size: 12px; color: #fff; background: #60bb46; position: absolute; left: 24px; top: 70%; transform: translateY(-50%);  text-align: center;} 
.buy_menu .buy-price .cbox.bg { background: #f47a0d; text-align: center; } 
.buy_menu .buy-price .cbox.event { background: #d10f22; text-align: center; } 
.buy_menu .buy-price.buy-price1 .buy-btn { margin: -20px 40px 30px 0; } 
.buy_menu .buy-price.buy-price1 .buy-btn.btn_fc { background-color: #009edd; } 
.buy_menu .buy-price.buy-price1 .price_box { width: 400px; text-align: center; } 
.buy_menu .buy-price.buy-price1 .price_n1:before { left: 55%; transform: translateX(-50%); top: 8px; width: 270px; height: 40px; background: url(/images/skin/myon/sub/icon_arr3.png) right center no-repeat; } 
.buy_menu.buy-price.buy-price1 .p_txt { margin: 25px 20px 0 0; text-align: center; } 
.buy_menu .buy-price.buy-price1 .price_box .sbox { position: absolute; right: 40px; top: 35px; } 
.buy_list .list:nth-child(2n) .buy-img .circle { position: absolute; top: -40px; right: 0; } 
.buy_list .list:nth-child(2n) .buy-img .circle span { margin-right: 10px; } 
.buy_list .list:nth-child(2n) .buy-txt .buy-price .buy-btn { margin-right: 0; } 
/*buy_menu*/
.buy_menu .inner1400 > .lists { margin-bottom: 80px; } 
.buy_menu .lists > ul > li h4 { font-size: 22px; color: #fff; font-family: 'GmarketSansTTFBold'; border-radius: 33px; background: #009edd; width: 220px; height: 66px; line-height: 66px; text-align: center; box-sizing: border-box; margin-bottom: 20px; } 
/*.buy_menu .inner1400 > .lists:nth-child(3) > ul > li h4 { width: 270px; } */
.buy_menu .lists > ul > li h4 { width: auto; display: inline-block; min-width: 220px; padding: 0 25px; } 
.buy_menu.wid > ul.se { margin-top: 40px; } 
.buy_menu.wid > ul > li:last-child { margin-bottom: 0; } 
.buy_menu.wid > ul > li > div { display: inline-block; position: relative; } 
.buy_menu.wid > ul > li > div.f_wid { width: 391px; } 
.buy_menu.pad { padding-top: 36px; } 
.buy_menu.pad .buy-price { margin-top: 60px; } 
.buy_menu.pad .buy-price.se { padding-bottom: 20px; } 
.buy_menu > ul > li input[type='radio'] { position: absolute; top: 4px; left: -25px; height: auto!important; appearance: none; outline: 0; box-shadow: none; border: none; } 
.buy_menu > ul > li input[type='radio']:after { content: ""; display: inline-block; width: 16px; height: 16px; box-sizing: border-box; border: 1px solid #bdbdbd; border-radius: 50%; } 
.buy_menu > ul > li input[type='radio']:before { content: ""; display: none; background: #009edd; border-radius: 50%; width: 7px; height: 7px; position: absolute; left: 8px; top: 8px; transform: translate(-50%,-50%); } 
.buy_menu > ul > li input[type='radio']:checked:before { display: inline-block; } 
.buy_menu.wid > ul > li input[type='radio'] ~ label { font-family: 'GmarketSansTTFMedium'; font-size: 20px; color: #333; line-height: 1.4; } 
.buy_menu.wid > ul > li input[type='radio'] ~ label p { width: fit-content; font-family: 'GmarketSansTTFBold'; color: #fff !important; padding: 6px 20px 2px 20px; font-style: italic; word-break: break-all; } 
.buy_menu.wid { width: 32%; padding-left: 42px; border-left: 1px solid #13609f; box-sizing: border-box; position: relative; } 
.buy_menu .lists > ul > li .list_menu { display: flex; padding: 60px 43px; border: 2px solid #13609f; justify-content: space-between; } 
.buy_menu .lists > ul > li .list_menu .txt_top { margin: 0 25px 0 35px; max-width: 403px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char:first-child { margin-bottom: 38px; } 
.buy_menu .inner1400 > .lists:last-child > ul > li .list_menu .txt_top .txt_char:first-child { margin-bottom: 16px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char h6 { font-size: 20px; color: #333; font-weight: 500; margin-bottom: 15px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char h6.t { display: inline-block; vertical-align: top; background: #009edd; padding: 5px 16px; box-sizing: border-box; color: #fff; border-radius: 20px } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char p { color: #333; line-height: 1.3; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char > p > span { font-size: 13px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth { display: flex; flex-direction: column; gap: 18px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth > li { display: flex; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth > li b { display: inline-block; vertical-align: top; margin-right: 3px; position: relative; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: #009edd; font-size: 0; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth > li p { width: calc(100% - 10px); line-height: 1.4; color: #333; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth > li span { color: #13609f; font-weight: 600; } 
.buy_menu .buy_choose>li { margin-bottom : 13px;} 

@media screen and (max-width: 1400px){
.buy_list .inner1400 { padding: 0 2%; } 
.buy_progress .inner1400 { padding: 0 2%; } 
.buy_menu .inner1400 { padding: 0 2%; } 
.buy_list .list .buy-txt > p br.br-n { display: none; } 
.buy_progress .progress_list ul li .txt p { margin-bottom: 0px; } 
.buy_progress .progress_list > ul > li .txt { padding: 60px 30px; display: flex; flex-direction: column; } 
.buy_progress .progress_list > ul > li .txt h6 { font-size: 30px; margin: auto 0 0; } 
.buy_menu.wid { width: 100%; margin-top: 30px; border-left: none; } 
.buy_menu .lists > ul > li .list_menu { flex-wrap: wrap; justify-content: unset; } 
.buy_menu.wid > ul > li > div.f_wid { width: auto; } 
.buy_menu .lists > ul > li .list_menu .imgs img { width: 100%; height: 100%; display: block; } 
.buy_menu .lists > ul > li .list_menu .txt_top { width: 40%; } 
.buy_menu .lists > ul > li .list_menu .txt .txt_char .char_depth > li p br { display: none; } 
.buy_list .list .buy-txt .buy-price .buy-btn { width: 37.14%; margin-right: 0; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .buy-btn { width: 170px; margin-right: 0; } 
.purchase-special .buy_list .list .buy-txt h6 br { display: none; } 
.purchase-special .buy_list .list .buy-txt > p br { display: none; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char p br { display: none; } 
.buy_menu .buy-price .price { position: absolute; top: 40px; right: 0; } 
}
@media screen and (max-width: 1200px){
.buy_list .list .inner1400 > div:first-child { padding-right: 40px; } 
.buy_list .list:nth-child(2n) .buy-txt { padding-right: 0; } 
.buy_list .list:nth-child(2n) .buy-img { padding-left: 40px; } 
.buy_list .list .buy-img .circle { top: -30px !important; } 
.buy_list .list .buy-img .circle span { width: 60px; height: 60px; line-height: 59px; font-size: 18px; } 
.buy_list .list .buy-txt > p br { display: none; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .buy-btn { width: 40%; margin-right: 10%; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .btnbox { padding-top: 30px; clear: both; float: none } 
.buy_list .list .buy-txt .buy-price.buy-price1 .btnbox:after { content: ""; display: block; visibility: hidden; clear: both; height: 0; } 
.buy_progress .progress_list > ul > li .txt { padding: 60px 20px; height: 230px; } 
.buy_progress .progress_list > ul > li .txt p { font-size: 23px; } 
}
@media screen and (max-width: 960px){
.buy_list .list { padding: 80px 0; } 
.buy_list .float--left { float: none; } 
.buy_list .float--right { float: none; } 
.buy_list .list .inner1400 > div { width: 100%; } 
.buy_list .list .inner1400 > div:first-child { padding-right: 0; } 
.buy_list .list .buy-txt { padding-top: 30px; } 
.buy_list .list .buy-txt h6 { font-size: 35px; } 
.buy_list .list .buy-txt h6 br { display: none; } 
.buy_list .list .buy-txt > span { margin-bottom: 35px; } 
.buy_list .list .buy-txt > p { font-size: 20px; } 
.buy_list .list .buy-txt .buy-price { margin-top: 40px; } 
.buy_list .list .buy-txt .buy-price .buy-btn { float: right; } 
.buy_list .list:nth-child(2n) .buy-img { padding-left: 0; } 
.buy_list .list:nth-child(2n) .buy-img .circle { left: 0; right: unset; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .btnbox { padding-top: 0; float: right } 
.buy_list .list .buy-txt .buy-price.buy-price1 .buy-btn { width: 180px; margin-right: 10px; display: block; } 
.buy_menu.wid { border-left: none; margin-top: 0; } 
.buy_menu .lists > ul > li .list_menu { flex-direction: column; flex-wrap: unset; } 
.buy_menu .lists > ul > li .list_menu .imgs img { display: block; width: 100%; } 
.buy_menu .buy-price { text-align: left; } 
.buy_menu .buy-price .buy-btn { width: 50%; } 
.buy_menu .buy-price .cbox { left: -20px; } 
.buy_menu .buy-price .price_box .sbox { top: 60%; right: 20px; } 
.buy_menu .buy-price .p_txt { margin: 30px 0 0 30px; } 
.buy_menu .lists > ul > li .list_menu .txt_top { margin: 30px 0; width: 100%; max-width: none; } 
.buy_menu .buy-price .price_n1:before { left: 36%; } 
.buy_menu .buy-price .buying { text-align: center; } 
.buy_menu .buy-price .price { position: unset; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth { border-bottom: 1px solid #13609f; padding-bottom: 30px; } 
.buy_progress .s-tit { font-size: 35px; } 
.buy_progress { height: auto; margin-bottom: 100px; } 
.buy_progress .progress_list .slide_btn { display: block; } 
.buy_progress .progress_list .slick-list { margin-right: -20px; padding-top: 30px; } 
.buy_progress .progress_list ul { flex-wrap: wrap; } 
.buy_progress .progress_list ul li { margin-right: 20px; } 
.buy_progress .progress_list ul li .txt { height: auto; padding: 40px 30px; } 
.buy_progress .progress_list ul li:last-child { margin-top: 50px; } 
.buy_progress .progress_list ul li .txt p { margin-bottom: 20px; } 
.buy_progress .progress_list ul li .logo img { margin: 0 auto; max-width: initial; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char h6 { font-size: 20px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char p { font-size: 18px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char > p > span { display: block; font-size: 16px; } 
}
@media screen and (max-width: 760px){
.buy_area .titlebox .title { font-size: 25px; } 
.buy_area .titlebox .title img { width: 18%; } 
.buy_area .titlebox .title strong { font-size: 40px; } 
.buy_area .titlebox .txt { font-size: 19px; line-height: 1.3; } 
.buy_list .list .buy-img .circle { top: -25px !important; } 
.buy_list .list .buy-img .circle span { width: 50px; height: 50px; line-height: 49px; font-size: 14px; margin-left: 5px; } 
.buy_list .list .buy-txt h6 { font-size: 26px; } 
.buy_list .list .buy-txt > span { font-size: 20px; line-height: 1.3; margin-bottom: 30px; } 
.buy_list .list .buy-txt > p { font-size: 18px; } 
.buy_list .list .buy-txt .buy-price .price > span { width: 58px; height: 36px; line-height: 37px; font-size: 16px; } 
.buy_list .list .buy-txt .buy-price .buy-btn { float: none; display: block; margin: 50px auto 0 !important; width: 50%; } 
.buy_list .list .buy-txt .buy-price.buy-price1 .buy-btn { width: 180px; margin: 0 auto 10px !important; display: block; } 
.buy_progress .progress_list ul li .txt h6 { font-size: 25px; } 
.buy_progress .progress_list ul li .txt p { font-size: 20px; } 
.buy_menu .inner1400 > .lists { margin-bottom: 60px; } 
.buy_menu .lists > ul > li h4 { width: 170px; height: 50px; line-height: 50px; font-size: 18px; } 
.buy_menu .lists > ul > li .list_menu { padding: 30px; } 
.buy_menu .lists > ul > li .list_menu .txt_top .txt_char h6 { font-size: 17px; } 
/* .buy_menu .lists > ul > li .list_menu .txt_top .txt_char p { font-size: 15px; } */
/* .buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth > li p { font-size: 15px; } */
    .buy_menu.wid > ul > li input[type='radio'] ~ label { font-size: 16px; } 
    }
    @media screen and (max-width: 640px){
    .buy_list .list .buy-txt .buy-price.buy-price1 .btnbox { padding-left:-8px; float: none; clear: both; } 
    .buy_list .list .buy-txt .buy-price.buy-price1 .buy-btn { float: left; margin: 0 0 0 8px !important; width: calc(50% - 8px); } 
    .buy_progress .s-tit { margin-bottom: 60px; padding-top: 90px; font-size: 30px; } 
    .buy_progress .progress_list ul { gap: 30px; } 
    .buy_progress .progress_list ul li { width: 100%; } 
    .buy_progress .progress_list ul li:last-child { margin-top: 0; } 
    .buy_menu.wid { padding-left: 0; } 
    .buy_menu .buy_choose { padding-left: 20px; } 

    .buy_menu.pad { padding-top: 0; } 
    .buy_menu .buy-price { text-align: center; } 
    .buy_menu .buy-price .price_box { margin: 0 auto; margin-bottom: 20px; } 
    .buy_menu.pad .buy-price { margin-top: 30px; } 
    .buy_menu .buy-price .price_n1:before { left: 48%; } 
    .buy_menu .buy-price .p_txt { margin: 30px 0 0 0; } 
    .buy_menu .buy-price .cbox { left: 10px; } 
    .buy_menu .buy-price .price_box .sbox { right: -9px; } 
    .buy_menu .buy-price .buy-btn { width: 100%; } 
    .buy_menu .inner1400 > .lists:nth-child(3) > ul > li h4 { width: 200px; } 
    .buy_menu .inner1400 > .lists:last-child > ul > li h4 { width: 300px; } 
    }

    .g_listbox { padding: 0 135px; } 
.g_listbox p.t { padding: 110px 0 70px 0; text-align: center; font-family: 'GmarketSansTTFBold'; color: #222; font-size: 35px; letter-spacing: -0.04em; } 
.g_listbox > ul > li { padding: 0 0 0 70px; margin: 30px 0 0 0; } 
.g_listbox > ul > li:first-child { margin: 0; } 
.g_listbox .box { position: relative; padding: 45px 25px 45px 82px; background-color: #fff; box-shadow: 0 5px 10px 0 #e6eaed,0 -5px 10px 0 #eaeff2; border-radius: 30px; } 
.g_listbox .box .num { position: absolute; left: -69px; top: 50%; transform: translateY(-50%); width: 110px; height: 110px; display: table; text-align: center; background-color: #0062af; border-radius: 100px; } 
.g_listbox .box .num span { width: 110px; height: 110px; display: table-cell; vertical-align: middle; font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 36px; line-height: 36px; letter-spacing: -0.04em; } 
.g_listbox .box .txt_1 { font-family: 'GmarketSansTTFMedium'; color: #333; font-size: 30px; line-height: 38px; letter-spacing: -0.05em; } 
.g_listbox .box .txt_1 strong { font-family: 'GmarketSansTTFBold'; color: #0062af; } 
.g_listbox .box .txt_1 span { display: block; font-family: 'GmarketSansTTFMedium'; } 
.g_listbox .box .txt_2 { margin: 10px 0 0 0; color: #666; font-size: 16px; line-height: 30px; font-weight: 400; letter-spacing: -0.04em; } 
.g_listbox .box .txt_3 { margin: 10px 0 0 0; color: #666; font-size: 16px; line-height: 28px; font-weight: 400; letter-spacing: -0.04em; } 
.g_listbox .box .txt_3 span { display: block; font-weight: 400; } 
.g_listbox .box .txt_4 { margin: 10px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 20px; line-height: 26px; letter-spacing: -0.05em; } 
.g_listbox .box .list { margin: 12px 0 0 0; } 
.g_listbox .box .list li { margin: 10px 0 0 0; color: #666; font-size: 16px; font-weight: 400; letter-spacing: -0.04em; } 
.g_listbox .box .list_1 { margin: 20px 0 0 0; } 
.g_listbox .box .list_1 li { margin: 8px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 22px; letter-spacing: -0.05em; } 
.g_listbox .levelbox { text-align: center; } 
.g_listbox .levelbox .toptit { padding: 60px 0 80px 0; } 
.g_listbox .levelbox .toptit .step { position: relative; } 
.g_listbox .levelbox .toptit .step:after { content: ""; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50% ,-50%); width: 180px; height: 2px; background-color: #009edd; } 
.g_listbox .levelbox .toptit .step .t { position: relative; z-index: 2; width: 70px; height: 70px; display: table; margin: 0 auto; text-align: center; border: 5px solid #f2f7fa; background-color: #009edd; border-radius: 100px; } 
.g_listbox .levelbox .toptit .step .t span { width: 70px; height: 70px; display: table-cell; vertical-align: middle; font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 28px; line-height: 28px; letter-spacing: -0.04em; } 
.g_listbox .levelbox .toptit .tit { padding: 10px 0 10px 0; font-family: 'GmarketSansTTFBold'; color: #0062af; font-size: 30px; line-height: 30px; letter-spacing: -0.04em; } 
.g_listbox .levelbox .imgbox { margin: 30px 0 0 0; } 
@media screen and (max-width: 1200px){
.g_listbox .levelbox .toptit { padding:55px 0; } 
.g_listbox .levelbox .toptit .step:after { width: 180px; height: 2px; } 
.g_listbox .levelbox .toptit .step .t { width: 65px; height: 65px; border: 5px solid #f2f7fa; } 
.g_listbox .levelbox .toptit .step .t span { width: 65px; height: 65px; font-size: 26px; line-height: 26px; } 
.g_listbox .levelbox .toptit .tit { padding: 10px 0 10px 0; font-size: 28px; line-height: 28px; } 
.g_listbox .levelbox .imgbox { margin: 25px 0 0 0; } 
}
@media screen and (max-width: 1024px){
.g_listbox .levelbox .toptit { padding:46px 0; } 
.g_listbox .levelbox .toptit .step:after { width: 150px; height: 2px; } 
.g_listbox .levelbox .toptit .step .t { width: 55px; height: 55px; border: 4px solid #f2f7fa; } 
.g_listbox .levelbox .toptit .step .t span { width: 55px; height: 55px; font-size: 22px; line-height: 22px; } 
.g_listbox .levelbox .toptit .tit { padding: 7px 0 7px 0; font-size: 24px; line-height: 24px; } 
.g_listbox .levelbox .imgbox { margin: 20px 0 0 0; } 
}
@media screen and (max-width: 960px){
.g_listbox .levelbox .imgbox img { width:100%; } 
}
@media screen and (max-width: 640px){
.g_listbox .levelbox .toptit { padding:40px 0 20px 0; } 
.g_listbox .levelbox .toptit .step:after { width: 120px; height: 1px; } 
.g_listbox .levelbox .toptit .step .t { width: 50px; height: 50px; border: 4px solid #f2f7fa; } 
.g_listbox .levelbox .toptit .step .t span { width: 50px; height: 50px; font-size: 18px; line-height: 18px; } 
.g_listbox .levelbox .toptit .tit { padding: 5px 0 5px 0; font-size: 20px; line-height: 20px; } 
.g_listbox .levelbox .imgbox { margin: 18px 0 0 0; } 
}
.guide_box { margin: 5px auto 0 auto; max-width: 1400px; } 
.guide_box .txt_guide { /* cursor:pointer; */
position: relative; text-align: center; padding: 40px 0 38px 0; font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 40px; line-height: 36px; letter-spacing: -0.04em; border-radius: 18px; background-color: #009edd; } 
.guide_box .txt_guide span { font-family: 'GmarketSansTTFMedium'; } 
.guide_box .txt_guide img { position: relative; top: -9px; margin-right: 21px; } 
/* 
.guide_box .txt_guide .btn { ccursor:pointer; } 
.guide_box .txt_guide:after { content:""; display:block; width:30px; height:18px; position:absolute; right:65px; top:50%; transform:translateY(-50%); background:url(/img/sub/product/icon_off.png) center center no-repeat; } 
*/
.guide_box .txt_guide strong { font-family: 'GmarketSansTTFBold'; } 
.guide_box .guidecont { } 
.guide_box .guidecont .tcont { display: none; padding-top: 20px; } 
.guide_box .guidecont .tcont.on { display: block; padding: 10% 0 80px 0; } 
.guide_box .guidecont .tcont.off { display: none; } 
.guide_box.over { background-color: #f2f7fa; border-radius: 18px; } 
.guide_box.over .txt_guide { background: none; color: #222; padding: 100px 0 80px 0; } 
.guide_box.over .txt_guide:after { background: url(/img/sub/product/icon_on.png) center center no-repeat; } 
.guide_box .guide_tab_box { display: none; } 
.guide_box.over .guide_tab_box { display: block; padding: 0 65px; } 
.guide_box .guide_tab_box .g_tabmenu { border-bottom: 6px solid #009edd; } 
.guide_box .guide_tab_box .g_tabmenu:after { content: ""; display: block; visibility: hidden; clear: both; height: 0; } 
.guide_box .guide_tab_box .g_tabmenu li { position: relative; width: calc(33% - 5px); margin: 0 2.5px; float: left; text-align: center; } 
.guide_box .guide_tab_box .g_tabmenu li:after { content: ""; display: block; width: 17px; height: 10px; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); background: url(/images/skin/myon/sub/icon_off_s.png) center center no-repeat; } 
.guide_box .guide_tab_box .g_tabmenu li.on:after { transform: rotate(-180deg); margin-top: -5px; } 
.guide_box .guide_tab_box .g_tabmenu li:first-child { margin: 0 2.5px 0 0; width: calc(33% - 2.5px); } 
.guide_box .guide_tab_box .g_tabmenu li:last-child { margin: 0 0 0 2.5px; width: calc(34% - 2.5px); } 
.guide_box .guide_tab_box .g_tabmenu li a { display: block; padding: 28px 0 22px 0; font-family: 'GmarketSansTTFLight'; color: #fff; font-size: 24px; line-height: 20px; letter-spacing: -0.04em; background-color: #005aa0; border-radius: 25px 25px 0 0; } 
.guide_box .guide_tab_box .g_tabmenu li.on a { margin-top: -6px; padding: 30px 0 20px 0; font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 30px; line-height: 26px; background-color: #009edd; } 
.guide_box .g_bottom_txt { text-align: center; margin: 35px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 20px; letter-spacing: -0.04em; } 
.guide_box .btn_view { text-align: center; margin: 55px 0 0 0; font-family: 'GmarketSansTTFMedium'; color: #0062af; font-size: 20px; letter-spacing: -0.04em; } 
.guide_box .btn_view a { display: inline-block; text-align: center; width: 365px; padding: 22px 0 20px 0; font-family: 'GmarketSansTTFMedium'; color: #fff; font-size: 30px; letter-spacing: -0.04em; background-color: #005aa0; border-radius: 10px; } 
.guide_sr { padding: 0 167px; } 
.guide_sr .tit { padding: 0 0 20px 0; text-align: center; font-family: 'GmarketSansTTFLight'; color: #222; font-size: 38px; line-height: 42px; letter-spacing: -0.04em; } 
.guide_sr .tit span { font-family: 'GmarketSansTTFLight'; display: block; } 
.guide_sr .tit strong { font-family: 'GmarketSansTTFBold'; color: #005aa0; } 
.guide_sr .sr_box { margin: 45px 0 0 0; border: 10px solid #009edd; background-color: #fff; box-shadow: 0 5px 10px 0 #e8ecef,0 -5px 10px 0 #e1e6e8; border-radius: 30px; } 
.guide_sr .sr_box .t { text-align: center; padding: 20px 0 18px 0; font-family: 'GmarketSansTTFBold'; color: #fff; font-size: 30px; line-height: 28px; letter-spacing: -0.04em; background-color: #009edd; } 
.guide_sr .sr_box > ul { padding: 45px 40px; } 
.guide_sr .sr_box > ul > li { margin: 20px 0 0 0; color: #333; font-size: 18px; line-height: 30px; font-weight: 400; letter-spacing: -0.04em; } 
.guide_sr .sr_box > ul > li:first-child { margin: 0; } 
.guide_sr .sr_box > ul > li > ul > li { color: #666; font-size: 16px; line-height: 25px; font-weight: 400; letter-spacing: -0.04em; } 

@media screen and (max-width: 1400px){
    .guide_box { padding: 0; width: calc(100% - 40px); margin-left: 20px; margin-right: 40px; } 
    .g_listbox { padding: 0 70px; } 
}
@media screen and (max-width: 1200px){
    .g_listbox { padding: 0 50px; } 
    .g_listbox p.t { padding: 90px 0 60px 0; font-size: 30px; } 
    .g_listbox > ul > li { padding: 0 0 0 70px; margin: 26px 0 0 0; } 
    .g_listbox .box { padding: 45px 25px 45px 82px; border-radius: 26px; } 
    .g_listbox .box .num { left: -60px; width: 100px; height: 100px; } 
    .g_listbox .box .num span { width: 100px; height: 100px; font-size: 32px; line-height: 32px; } 
    .g_listbox .box .txt_1 { font-size: 26px; line-height: 34px; } 
    .g_listbox .box .txt_1 span { display: inline; } 
    .g_listbox .box .txt_2 { font-size: 16px; line-height: 30px; } 
    .g_listbox .box .txt_3 { font-size: 16px; line-height: 28px; } 
    .g_listbox .box .txt_3 span { display: inline; } 
    .g_listbox .box .txt_4 { margin: 10px 0 0 0; font-size: 20px; line-height: 26px; } 
    .g_listbox .box .list { margin: 12px 0 0 0; } 
    .g_listbox .box .list li { margin: 10px 0 0 0; font-size: 16px; font-weight: 400; } 
    .g_listbox .box .list_1 { margin: 20px 0 0 0; } 
    .g_listbox .box .list_1 li { margin: 8px 0 0 0; font-size: 22px; } 
    .guide_box .txt_guide { padding: 38px 0 36px 0; font-size: 34px; line-height: 32px; border-radius: 18px; } 
    .guide_box .txt_guide:after { width: 30px; height: 18px; position: absolute; right: 40px; } 
    .guide_box .guidecont { padding: 0 0 80px 0; } 
    .guide_box.over { border-radius: 16px; } 
    .guide_box.over .txt_guide { padding: 80px 0 60px 0; } 
    .guide_box .guide_tab_box { display: none; } 
    .guide_box.over .guide_tab_box { display: block; padding: 0 65px; } 
    .guide_box .guide_tab_box .g_tabmenu { border-bottom: 6px solid #009edd; } 
    .guide_box .guide_tab_box .g_tabmenu li a { padding: 26px 0 20px 0; font-size: 20px; line-height: 18px; border-radius: 25px 25px 0 0; } 
    .guide_box .guide_tab_box .g_tabmenu li.on a { margin-top: -4px; padding: 28px 0 18px 0; font-size: 26px; line-height: 22px; } 
    .guide_box .g_bottom_txt { margin: 35px 0 0 0; font-size: 18px; } 
    .guide_box .btn_view { margin: 50px 0 0 0; font-size: 18px; } 
    .guide_box .btn_view a { width: 350px; padding: 22px 0 20px 0; font-size: 28px; border-radius: 8px; } 
    .guide_sr { padding: 0 120px; } 
    .guide_sr .tit { padding: 0 0 20px 0; font-size: 34px; line-height: 40px; } 
    .guide_sr .tit span { display: block; } 
    .guide_sr .sr_box { margin: 40px 0 0 0; border: 10px solid #009edd; background-color: #fff; box-shadow: 0 5px 10px 0 #e8ecef,0 -5px 10px 0 #e1e6e8; border-radius: 30px; } 
    .guide_sr .sr_box .t { padding: 20px 0 18px 0; font-size: 28px; line-height: 26px; } 
    .guide_sr .sr_box > ul { padding: 40px 30px; } 
    .guide_sr .sr_box > ul > li { margin: 20px 0 0 0; font-size: 18px; line-height: 30px; } 
    .guide_sr .sr_box > ul > li > ul > li { font-size: 16px; line-height: 25px; } 
}
@media screen and (max-width: 1024px){
    .g_listbox { padding: 0 40px; } 
    .g_listbox p.t { padding: 80px 0 50px 0; font-size: 26px; } 
    .g_listbox > ul > li { padding: 0 0 0 50px; margin: 20px 0 0 0; } 
    .g_listbox .box { padding: 45px 25px 45px 82px; border-radius: 26px; } 
    .g_listbox .box .num { left: -50px; width: 80px; height: 80px; } 
    .g_listbox .box .num span { width: 80px; height: 80px; font-size: 28px; line-height: 28px; } 
    .g_listbox .box .txt_1 { font-size: 18px; line-height: 24px; } 
    .g_listbox .box .txt_2 { font-size: 14px; line-height: 26px; } 
    .g_listbox .box .txt_3 { font-size: 14px; line-height: 22px; } 
    .g_listbox .box .txt_4 { margin: 6px 0 0 0; font-size: 18px; line-height: 22px; } 
    .g_listbox .box .list { margin: 10px 0 0 0; } 
    .g_listbox .box .list li { margin: 8px 0 0 0; font-size: 14px; } 
    .g_listbox .box .list_1 { margin: 16px 0 0 0; } 
    .g_listbox .box .list_1 li { margin: 8px 0 0 0; font-size: 18px; } 
    .guide_box .txt_guide { padding: 34px 0 32px 0; font-size: 30px; line-height: 28px; border-radius: 15px; } 
    .guide_box .txt_guide:after { width: 30px; height: 18px; position: absolute; right: 40px; } 
    .guide_box .guidecont { padding: 0 0 80px 0; } 
    .guide_box.over { border-radius: 14px; } 
    .guide_box.over .txt_guide { padding: 70px 0 50px 0; } 
    .guide_box.over .guide_tab_box { padding: 0 20px; } 
    .guide_box .guide_tab_box .g_tabmenu { border-bottom: 4px solid #009edd; } 
    .guide_box .guide_tab_box .g_tabmenu li a { padding: 24px 0 16px 0; font-size: 18px; line-height: 16px; border-radius: 20px 20px 0 0; } 
    .guide_box .guide_tab_box .g_tabmenu li.on a { margin-top: -4px; padding: 28px 0 14px 0; font-size: 22px; line-height: 18px; } 
    .guide_box .g_bottom_txt { margin: 30px 0 0 0; font-size: 16px; } 
    .guide_box .btn_view { margin: 40px 0 0 0; font-size: 16px; } 
    .guide_box .btn_view a { width: 300px; padding: 22px 0 20px 0; font-size: 24px; border-radius: 5px; } 
    .guide_sr { padding: 0 90px; } 
    .guide_sr .tit { padding: 0 0 18px 0; font-size: 28px; line-height: 36px; } 
    .guide_sr .tit span { display: block; } 
    .guide_sr .sr_box { margin: 30px 0 0 0; border: 8px solid #009edd; border-radius: 25px; } 
    .guide_sr .sr_box .t { padding: 18px 0 16px 0; font-size: 24px; line-height: 24px; } 
    .guide_sr .sr_box > ul { padding: 30px 25px; } 
    .guide_sr .sr_box > ul > li { margin: 16px 0 0 0; font-size: 16px; line-height: 26px; } 
    .guide_sr .sr_box > ul > li > ul > li { font-size: 15px; line-height: 22px; } 
}
@media screen and (max-width: 640px){
    .g_listbox { padding: 0 20px; } 
    .g_listbox p.t { padding: 70px 0 40px 0; font-size: 20px; } 
    .g_listbox > ul > li { padding: 0 0 0 20px; margin: 16px 0 0 0; } 
    .g_listbox .box { padding: 40px 25px 40px 40px; border-radius: 20px; } 
    .g_listbox .box .num { left: -36px; width: 60px; height: 60px; } 
    .g_listbox .box .num span { width: 60px; height: 60px; font-size: 28px; line-height: 28px; } 
    .g_listbox .box .txt_1 { font-size: 16px; line-height: 22px; } 
    .g_listbox .box .txt_2 { font-size: 13px; line-height: 24px; } 
    .g_listbox .box .txt_3 { font-size: 13px; line-height: 22px; } 
    .g_listbox .box .txt_4 { margin: 5px 0 0 0; font-size: 16px; line-height: 22px; } 
    .g_listbox .box .list { margin: 8px 0 0 0; } 
    .g_listbox .box .list li { margin: 6px 0 0 0; font-size: 13px; } 
    .g_listbox .box .list_1 { margin: 15px 0 0 0; } 
    .g_listbox .box .list_1 li { margin: 8px 0 0 0; font-size: 16px; } 
    .guide_box .txt_guide { padding: 28px 0 26px 0; font-size: 18px; line-height: 16px; border-radius: 12px; } 
    .guide_box .txt_guide:after { width: 24px; height: 14px; right: 20px; background-size: 100% auto; } 
    .guide_box .guidecont { padding: 0 0 60px 0; } 
    .guide_box.over { border-radius: 14px; } 
    .guide_box.over .txt_guide { padding: 50px 0 30px 0; } 
    .guide_box.over .txt_guide:after { background-size: 100% auto; } 
    .guide_box.over .guide_tab_box { padding: 0 10px; } 
    .guide_box .guide_tab_box .g_tabmenu { border-bottom: 4px solid #009edd; } 
    .guide_box .guide_tab_box .g_tabmenu li a { padding: 20px 0 12px 0; font-size: 14px; line-height: 12px; border-radius: 20px 20px 0 0; } 
    .guide_box .guide_tab_box .g_tabmenu li.on a { margin-top: -4px; padding: 24px 0 10px 0; font-size: 18px; line-height: 14px; } 
    .guide_box .g_bottom_txt { margin: 25px 0 0 0; font-size: 16px; } 
    .guide_box .btn_view { margin: 30px 0 0 0; font-size: 14px; } 
    .guide_box .btn_view a { width: 180px; padding: 12px 0 12px 0; font-size: 18px; border-radius: 5px; } 
    .guide_sr { padding: 0 40px; } 
    .guide_sr .tit { padding: 0 0 18px 0; font-size: 20px; line-height: 30px; } 
    .guide_sr .tit span { display: block; } 
    .guide_sr .sr_box { margin: 24px 0 0 0; border: 5px solid #009edd; border-radius: 20px; } 
    .guide_sr .sr_box .t { padding: 12px 0 10px 0; font-size: 18px; line-height: 16px; } 
    .guide_sr .sr_box > ul { padding: 25px 20px; } 
    .guide_sr .sr_box > ul > li { margin: 14px 0 0 0; font-size: 14px; line-height: 22px; } 
    .guide_sr .sr_box > ul > li > ul > li { font-size: 13px; line-height: 20px; } 
}

@media screen and (max-width: 480px){
    .g_listbox { padding: 0 20px; } 
    .g_listbox p.t { padding: 60px 0 30px 0; font-size: 18px; } 
    .g_listbox > ul > li { padding: 0 0 0 15px; margin: 15px 0 0 0; } 
    .g_listbox .box { padding: 30px 20px 30px 30px; border-radius: 18px; } 
    .g_listbox .box .num { left: -30px; width: 50px; height: 50px; } 
    .g_listbox .box .num span { width: 50px; height: 50px; font-size: 22px; line-height: 20px; } 
    .g_listbox .box .txt_1 { font-size: 15px; line-height: 20px; } 
    .g_listbox .box .txt_2 { font-size: 13px; line-height: 24px; } 
    .g_listbox .box .txt_3 { font-size: 13px; line-height: 22px; } 
    .g_listbox .box .txt_4 { margin: 5px 0 0 0; font-size: 16px; line-height: 22px; } 
    .g_listbox .box .list { margin: 8px 0 0 0; } 
    .g_listbox .box .list li { margin: 6px 0 0 0; font-size: 13px; } 
    .g_listbox .box .list_1 { margin: 15px 0 0 0; } 
    .g_listbox .box .list_1 li { font-size: 14px; } 
    .guide_box .txt_guide span { display: block; } 
    .guide_box .guidecont { padding: 0 0 60px 0; } 
    .guide_box .guide_tab_box .g_tabmenu { border-bottom: none; } 
    .guide_box .guide_tab_box .g_tabmenu li, .guide_box .guide_tab_box .g_tabmenu li:first-child, .guide_box .guide_tab_box .g_tabmenu li:last-child { width: 100%; margin: 1px 0 0 0; } 
    .guide_box .guide_tab_box .g_tabmenu li a { padding: 18px 0 16px 0; font-size: 12px; line-height: 12px; border-radius: 0; } 
    .guide_box .guide_tab_box .g_tabmenu li.on a { margin-top: -2px; padding: 18px 0 16px 0; font-size: 14px; line-height: 12px; } 
    .guide_box .g_bottom_txt { margin: 20px 0 0 0; font-size: 15px; } 
    .guide_box .btn_view { margin: 25px 0 0 0; font-size: 14px; } 
    .guide_box .btn_view a { width: 150px; padding: 10px 0 10px 0; font-size: 14px; } 
    .guide_sr { padding: 0 20px; } 
    .guide_sr .tit { padding: 0 0 15px 0; font-size: 18px; line-height: 26px; } 
    .guide_sr .sr_box { margin: 20px 0 0 0; border: 3px solid #009edd; border-radius: 12px; } 
    .guide_sr .sr_box .t { padding: 12px 0 10px 0; font-size: 16px; line-height: 14px; margin: -1px; border-radius: 10px 10px 0 0; } 
    .guide_sr .sr_box > ul { padding: 22px 20px; } 
    .guide_sr .sr_box > ul > li { margin: 12px 0 0 0; font-size: 14px; line-height: 22px; } 
    .guide_sr .sr_box > ul > li > ul > li { font-size: 13px; line-height: 20px; } 
}

.buy_menu .inner1400 > .lists.list4 > ul > li h4 { width: 350px; } 
    .buy_menu .inner1400 > .lists.list4 > ul > li h4 span { font-family: 'GmarketSansTTFBold'; color: #fdff38; } 
    .buy_menu .lists > ul > li .list_menu .txt_top .txt_char .char_depth > li p { word-break: break-all; } 
    .buy_menu .lists > ul > li .list_menu .imgs { display:flex; justify-content:center; align-items:flex-start; padding-top:0.5%; } 
    .buy_menu .lists.list4 > ul > li > .title { display:flex; align-items:center; } 
    .buy_menu .lists.list4 > ul > li > .title p { margin: 0 0 10px 30px; font-size:35px; color:#000; font-family: 'GmarketSansTTFMedium'; } 
    .buy_menu .lists.list4 > ul > li > .title p span { color:#f47a0d; font-family: 'GmarketSansTTFBold'; font-size:45px; } 
    .buy_menu .lists.list4 .buy_menu.wid { display:flex; flex-direction:column; justify-content:center; padding-top: 0; } 
    .buy_menu.wid > ul > li > p { font-size:20px; width: 140px; height: 45px; line-height: 50px; color:#fff; background: #b2191b; border-radius:50px; border:2px solid #fff; text-align: center; box-shadow: 0 0 12px rgba(0,0,0,0.2); margin: 0 0 12px -25px; font-family: 'GmarketSansTTFBold'; } 
    .buy_menu .buy-price .price_box .sbox { right: -50px; } 
    .SR_view .inner1200 { max-width: 1200px; margin: 0 auto; position: relative; } 
    .SR_view figure { margin: 0; padding: 0; } 
    .SR_view .howtoBox .top { display:flex; align-items: flex-end; } 
    .SR_view .howtoBox .top p { border-top-right-radius:25px; border-top-left-radius:25px; } 
    .SR_view .howtoBox .top p:not(.Slogo) { width: 61.36363636363636%; text-align: center; font-size:44px; color:#fff; font-weight: bold; background: #335a9a; padding: 30px 0 50px; letter-spacing: -3px; } 
    .SR_view .howtoBox .top p:not(.Slogo) img { margin-left: 15px; vertical-align: bottom; } 
    .SR_view .howtoBox .top p.Slogo { width: 37.5%; text-align: center; background: #d4d4d5; height: 80px; padding-top: 30px; } 
    .SR_view .howtoBox .top p.Slogo-1 { height: 95px; padding-top: 20px; } 
    .SR_view .howtoBox .bottom { width: initial; padding: 70px 0 70px 60px; border-radius:20px; margin-top: -20px; z-index: 1; position: relative; box-shadow:5px 5px 20px rgba(0,0,0,0.18); } 
    .SR_view .howtoBox .bottom ul li { font-size: 26px; color:#1d336c; text-indent: -43px; margin-left: 40px; line-height: 2; letter-spacing: -2px; } 
    .SR_view .howtoBox .bottom ul li span.num { display:inline-block; font-size: 20px; color:#fff; width: 33px; height: 33px; background: #1d346c; border-radius:50%; line-height: 32px; text-align: center; margin-right: 15px; text-indent: -3px; } 
    .SR_view .priceBox { width: 100%; height: 395px; border:3px solid #fff; margin-top: 120px; position: relative; } 
    .SR_view .priceBox p { font-size:48px; font-weight: bold; color:#fff; text-align: center; width: 820px; background: #4f70cb; position: absolute; transform:translateX(-50%); left: 50%; top: -30px; } 
    .SR_view .priceBox figure { margin-top: 95px; text-align: center; } 
    .SR_view .btn_buy { display: block; width: 100%; height: 80px; border-radius: 30px; color: #fff; text-align: center; margin-top: 80px; position: relative; background-image: url(/img/sub/purchase_buy_btn_arrow.png), linear-gradient(90deg, rgba(255,163,36,1) 0%, rgba(255,124,42,1) 100%); background-repeat: no-repeat, no-repeat; background-position: right 45px center, left; } 
    .SR_view .btn_buy span { display: block; position: relative; top: 50%; transform: translateY(-50%); font-size: 38px; font-weight: bold; } 
    .SR_view .cnt1 { text-align: center; margin-bottom: 140px; } 
    .SR_view .cnt1 figure:nth-child(2) { margin: 150px 0 60px; } 
    .SR_view .cnt1 p { position: relative; font-size:40px; font-weight: 900; color:#025a9d; line-height: 1.65; display:inline-block; } 
    .SR_view .cnt1 p:after { position: absolute; transform:translateY(-50%); top: 57%; left: -7px; content:''; width: 427px; height: 27px; background: #fff575; z-index: -1; } 
    .SR_view .cnt2 { background: #cfe1fe; padding: 150px 0 90px; } 
    .SR_view .cnt2 figure.t_title { text-align: center; } 
    .SR_view .cnt2 .ctnBox { display:flex; flex-wrap:wrap; justify-content:center; gap:30px; margin-top: 60px; } 
    .SR_view .cnt2 .ctnBox .itemBox { position: relative; } 
    .SR_view .cnt2 .ctnBox .itemBox .txtBox { position: absolute; transform:translate(-50%,-50%); top: 53%; left: 48.2%; text-align: center; color:#fff; width: 100%; } 
    .SR_view .cnt2 .ctnBox .itemBox .txtBox p.title { font-size:24px; line-height: 1.4; } 
    .SR_view .cnt2 .ctnBox .itemBox .txtBox p b { font-size:30px; font-weight: bold; line-height: 1.65; } 
    .SR_view .cnt2 .ctnBox .itemBox .txtBox p.title:after { content:""; display: block; margin: 25px auto 23px; width: 70px; height: 6px; border-radius:30px; background: #203d72; } 
    .SR_view .cnt2 .ctnBox .itemBox .txtBox p.txt { font-size:18px; line-height: 1.6666; } 
    .SR_view .cnt2 .ctnBox2 { display:none; } 
    .SR_view .cnt3 { background: #4f70cb url(/img/sub/SR_test_bg.png) no-repeat top center; padding: 210px 0 140px; } 
    .SR_view .cnt3 .c3_title { width: 720px; height: 105px; background: #f3f4f5; border-radius: 100px; font-family: 'GmarketSansTTFBold'; font-size:55px; color:#000; text-align: center; line-height: 110px; margin: 0 auto; overflow: hidden; position: relative; } 
    .SR_view .cnt3 .c3_title span { font-family: 'GmarketSansTTFBold'; color:#025a9d; font-size:65px; margin-right: 10px; } 
    .SR_view .cnt3 .c3_title:after { content:''; position: absolute; top: 0; left: 0; background: #b0c5e7; width: 118px; height: 100%; } 
    .SR_view .cnt3 .c3_txt { text-align: center; font-size:35px; color:#000; font-family: 'GmarketSansTTFMedium'; line-height: 1.6; margin: 90px 0; } 
    .SR_view .cnt3 .c3_txt span { font-size:40px; color:#fff; font-family: 'GmarketSansTTFBold'; } 
    .SR_view .cnt3 .c3_txt span.small { font-size:35px; } 
    .SR_view .cnt3 figure { text-align: center; position: relative; } 
    .SR_view .cnt4 { background: #ebf1ff; padding: 150px 0 90px; } 
    .SR_view .cnt4 figure { text-align: center; } 
    .SR_view .cnt4 figure.computer { margin: 100px 0 80px; } 
    .SR_view .cnt4 .howtoBox { max-width: 880px; margin: 0 auto; } 
    .SR_view .cnt4 .howtoBox .top p.Slogo { margin-left: 10px; } 
    .SR_view .cnt4 .howtoBox .bottom { border-top-right-radius: 0; background: #fff; } 
    .SR_view .cnt4 .c4_line { width: 900px; height: 2px; background: #1a1a1c; margin: 110px auto 170px; } 
    .SR_view .cnt4 .ctnBox { max-width:880px; margin: 0 auto; width: 100%; height: 100%; } 
    .SR_view .cnt4 .ctnBox .itemBox { position: relative; } 
    .SR_view .cnt4 .ctnBox .itemBox .stepBox { position: relative; position: absolute; top: -50px; right: 0; z-index: 1; } 
    .SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox { width: 160px; height: 160px; border-radius:50%; color:#fff; background: #6384e5; display:flex; flex-direction:column; justify-content:center; align-items:center; font-family: 'GmarketSansTTFBold'; font-size:30px; text-align: center; position: absolute; transform:translateY(-50%); top: 50%; left: 25px; } 
    .SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox p { font-family: 'GmarketSansTTFBold'; margin-top: 15px; } 
    .SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox span { font-family: 'GmarketSansTTFBold'; font-size:50px; color:#d8f5d9; } 
    .SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox { width: 660px; height: 100px; border-radius: 50px; background: #c7d9ff; display:flex; justify-content:center; align-items:center; } 
    .SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox p { font-weight: 900; color:#000; font-size:40px; margin-left: 60px; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox { padding: 125px 0 100px 45px; background: #fff; position: relative; border-radius: 60px; overflow: hidden; box-shadow: 5px 5px 30px rgba(0,0,0,0.18) } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox:after { position: absolute; top: 0; left: 0; content:''; display:block; width: 45px; height: 100%; background:#6384e5; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox > p { color:#000; text-align: center; font-weight: 500; font-size:34px; line-height: 1.7058; margin-bottom: 40px; } 
    .SR_view .cnt4 .ctnBox .itemBox:not(.itemBox1) .imgBox figure { margin: 0 auto; overflow: hidden; border:2px solid #5174a7; display:flex; justify-content:center; align-items:center; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox { display:flex; flex-wrap:wrap; gap:110px 0; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li { width: 50%; position: relative; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li p { font-size: 30px; color:#22225b; text-align: center; line-height: 1.3333; margin-top: 18px; } 
    .SR_view .cnt4 .ctnBox .itemBox:not(:last-child) { margin-bottom: 175px; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li .order_arrow { position: absolute; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:first-child .order_arrow { transform:translateY(-50%); top: 36%; right:-6.5% } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:nth-child(2) .order_arrow { transform:translateX(-50%) rotate(90deg); bottom:-20%; left: 50%; } 
    .SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:last-child .order_arrow { transform:translateY(-50%) rotate(180deg); top: 36%; left:-6.5% } 
    .SR_view .cnt4 .ctnBox .itemBox2 .imgBox figure { width: 276px; height: 276px; } 
    .SR_view .cnt4 .ctnBox .itemBox3 .imgBox figure { width: 338px; height: 233px; } 
    .SR_view .cnt4 .checkBox { margin-top: 300px; position: relative; } 
    .SR_view .cnt4 .checkBox .innerimg2 { display:none; } 
    .SR_view .cnt4 .checkBox .innerimg3 { display:none; } 
    .SR_view .cnt4 .checkBox .innerBox { position: absolute; transform:translateX(-50%); left: 50%; top: 280px; } 
    .SR_view .cnt4 .checkBox .innerBox h6 { text-align: center; color:#000; font-size: 50px; font-weight: bold; } 
    .SR_view .cnt4 .checkBox .innerBox .table { margin: 35px 0 75px; } 
    .SR_view .cnt4 .checkBox .innerBox .txtBox { } 
    .SR_view .cnt4 .checkBox .innerBox .txtBox li { line-height: 1.5384; } 
    .SR_view .cnt4 .checkBox .innerBox .txtBox li:not(:last-child) { margin-bottom: 30px; } 
    .SR_view .cnt4 .checkBox .innerBox .txtBox li .title { font-size:30px; color:#263661; font-weight: bold; display: flex; align-items: center; } 
    .SR_view .cnt4 .checkBox .innerBox .txtBox li .title span { display:inline-block; width: 36px; height: 36px; background: #4d6bb1; border-radius:50%; color:#fff; text-align: center; line-height: 33px; font-size:22px; font-weight: bold; margin-right: 15px; } 
    .SR_view .cnt4 .checkBox .innerBox .txtBox li .txt { font-size: 26px; font-weight: 400; color:#263661; letter-spacing: -1.8px; margin-left: 50px; } 
    .SR_view .cnt5 { padding: 205px 0 190px; } 
    .SR_view .cnt5 .howtoBox { max-width: 943px; margin: 0 auto; } 
    .SR_view .cnt5 .howtoBox .top p.Slogo { margin-right: 10px; } 
    .SR_view .cnt5 .howtoBox .bottom { border-top-left-radius: 0; background: #e8eef3 } 
    .SR_view .cnt5 .howtoBox .bottom > ul > li { font-size:28px; line-height: 1.6071; } 
    .SR_view .cnt5 .howtoBox .bottom > ul > li:not(:last-child) { margin-bottom: 15px; } 
    .SR_view .cnt5 .howtoBox .bottom .in_ul li { font-size: 25px; text-indent: -12px; margin-left: 20px; line-height: 1.4; } 
    .SR_view .cnt5 .priceBox { border:3px solid #345c9e; } 
    .SR_view .cnt5 .priceBox p { background: #fff; color:#345c9e; } 
    .SR_view .cnt6 { margin-bottom: 185px; } 
    .SR_view .cnt6 .titleBox { position: relative; width: 100%; height: 190px; background: rgba(255,124,42,1); display:flex; justify-content:center; align-items:center; } 
    .SR_view .cnt6 .titleBox .topImg { position: absolute; top: -40px; right: 12.239583333333333%; } 
    .SR_view .cnt6 .titleBox h6 { font-size: 50px; color:#fff; display:flex; align-items:flex-end; } 
    .SR_view .cnt6 .titleBox h6 span { margin: 0 0 10px 35px; font-weight: bold; } 
    .SR_view .cnt6 .borderBox { border:10px solid rgba(255,124,42,1); padding: 100px 0; } 
    .SR_view .cnt6 .borderBox .txtBox { } 
    .SR_view .cnt6 .borderBox .txtBox li { font-size:22px; color:#000; position: relative; } 
    .SR_view .cnt6 .borderBox .txtBox li p { font-weight: 500; letter-spacing:-1.6px; margin-bottom: 25px; } 
    .SR_view .cnt6 .borderBox .txtBox li p:nth-child(2) { margin-left: 55px; } 
    .SR_view .cnt6 .borderBox .txtBox li span { color: rgba(255,124,42,1); font-weight: bold; } 
    .SR_view .cnt6 .borderBox .txtBox li span.num { font-size:29px; line-height: 1.1; margin-right: 30px; } 
    .SR_view .cnt6 .borderBox .txtBox li .redBox { position: relative; position: absolute; width: 960px; height: 55px; border:3px solid #ff0000; top: -10px; left: 3.2%; } 
    .SR_view .cnt6 .borderBox .txtBox li .redBox img { position: absolute; top: -55px; right: 0; } 
    .guide_sr.SR .sr_box .ctnBox { display:flex; } 
    .guide_sr.SR .sr_box .ctnBox .itemBox { width: 100%; padding: 40px 30px 50px; } 
    .guide_sr.SR-1 .sr_box .ctnBox .itemBox:first-child { border-right:5px solid #009edd } 
    .guide_sr.SR .sr_box .ctnBox .itemBox .title { font-family: 'GmarketSansTTFBold'; font-size:30px; color:#000; text-align: center; } 
    .guide_sr.SR .sr_box .ctnBox .itemBox .title span { font-family: 'GmarketSansTTFBold'; color:#009edd; } 
    .guide_sr.SR .sr_box .ctnBox .itemBox .title:after { content:''; display:block; width: 80px; height: 10px; background: #009edd; border-radius:50px; text-align: center; margin: 25px auto; } 
    .guide_sr.SR .sr_box .ctnBox .itemBox .info { text-align: center; font-size:16px; font-family: 'GmarketSansTTFMedium'; color:#333; line-height: 1.3; margin-bottom: 18px; } 
    .guide_sr.SR .sr_box .ctnBox .itemBox .info span { font-family: 'GmarketSansTTFBold'; color:#005aa0; } 
    /*.guide_sr.SR .sr_box .ctnBox .itemBox ul { margin-left: 35px; } */
.guide_sr.SR .sr_box .ctnBox .itemBox ul li { font-size:18px; color:#333; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li:not(:last-child) { margin-bottom: 20px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li p { text-indent:-25px; margin-left: 20px; line-height: 1.6666; word-break:break-all; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li p:nth-child(2) { font-size:16px; color:#666; text-indent: 0; letter-spacing: -1.5px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li p b { font-weight: bold; color:#005aa0; } 
.guide_sr.SR-1 .sr_box .ctnBox .itemBox ul li p b { color:#333; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li p span.num { margin-right: 10px; } 
/*20230822*/
.provision .ntb-tb-view .type2 td { display:flex; gap:10px; line-height: 1.3; font-size:15px; } 
@media screen and (max-width:1400px){
.SR_view .inner1200 { padding: 0 20px; } 
.SR_view .cnt2 .ctnBox { gap:0; } 
.buy_menu .buy-price .price { right: 50px; } 
}
@media screen and (max-width:1200px){
.SR_view .cnt2 .ctnBox .itemBox { width: 50%; } 
.SR_view .cnt4 .checkBox figure img { width: 100%; } 
.SR_view .cnt4 .checkBox .innerBox { width: 85%; } 
.SR_view .cnt4 .checkBox .innerBox .txtBox li .txt br { display:none; } 
.SR_view .cnt4 .checkBox .innerimg { display:none; } 
.SR_view .cnt4 .checkBox .innerimg2 { display:block; } 
.guide_sr.SR .sr_box .ctnBox { flex-direction:column; } 
.guide_sr.SR .sr_box .ctnBox .itemBox { width: auto; } 
.guide_sr.SR .sr_box .ctnBox .itemBox:first-child { border-bottom: 5px solid #009edd; border-right:none; } 
}
@media screen and (max-width:1024px){
.SR_view .btn_buy span { font-size: 32px; } 
.SR_view .cnt6 .borderBox .txtBox li p { text-indent: -40px; margin-left: 40px; line-height: 1.5; margin-bottom: 15px; } 
.SR_view .cnt6 .borderBox .txtBox li p:nth-child(2) { margin-left: 75px; } 
.SR_view .cnt6 .borderBox .txtBox li .redBox { width: 80%; top: -2px; left: 0; height: 40px; } 
}
@media screen and (max-width:960px){
.SR_view figure img { margin: 0 auto; } 
.SR_view .cnt1 { margin-bottom: 100px; } 
.SR_view .cnt1 figure.title img { width: 80%; } 
.SR_view .cnt1 figure.logo img { width: 60%; } 
.SR_view .cnt1 figure.star img { width: 90%; } 
.SR_view .cnt1 figure:nth-child(2) { margin: 100px 0 50px; } 
.SR_view .cnt1 p { font-size:30px; } 
.SR_view .cnt1 p:after { width: 320px; } 
.SR_view .cnt2 figure.t_title img { width: 75%; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p.title { font-size: 21px; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p b { font-size:23px; } 
.SR_view .cnt2 .ctnBox .itemBox > img { width: 100%; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p.title:after { margin:10px auto; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p.txt { width: 75%; margin: 0 auto; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p.txt br { display:none; } 
.SR_view .cnt3 { padding: 150px 0 100px; } 
.SR_view .cnt3 figure img { width: 100%; } 
.SR_view .cnt3 .c3_title { font-size:45px; width: 80%; } 
.SR_view .cnt3 .c3_title span { font-size:55px; } 
.SR_view .cnt3 .c3_txt,.SR_view .cnt3 .c3_txt span.small { font-size:28px; } 
.SR_view .cnt3 .c3_txt span { font-size:30px; } 
.SR_view .priceBox { padding: 50px 20px; width: auto; height: auto; } 
.SR_view .priceBox p { font-size:38px; width: 600px; } 
.SR_view .priceBox figure { margin-top: 20px; } 
.SR_view .cnt4 { padding: 100px 0 70px; } 
.SR_view .cnt4 figure.title img { width: 75%; } 
.SR_view .howtoBox .top p:not(.Slogo) { font-size:34px; padding: 20px 0 40px; } 
.SR_view .howtoBox .top p.Slogo { height: 70px; padding-top: 20px; } 
.SR_view .howtoBox .top p.Slogo img { width: 75%; } 
.SR_view .howtoBox .bottom ul li { font-size:22px; } 
.SR_view .cnt4 .c4_line { width: 100%; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox { width: auto; height: 80px; padding: 0 50px 0 60px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox p { font-size:30px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox { font-size:20px; width: 100px; height: 100px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox span { font-size:40px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox { padding: 100px 0 80px 45px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox > p { font-size:24px; } 
.SR_view .cnt4 .ctnBox .itemBox1 .imgBox figure img { width: 60%; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li p { font-size:20px; } 
.SR_view .cnt4 .checkBox { margin-top: 200px; } 
.SR_view .cnt4 .checkBox .innerBox h6 { font-size:40px; } 
.SR_view .cnt4 .checkBox .innerBox { top: 200px; } 
.SR_view .cnt4 .checkBox .innerBox .txtBox li .title { font-size:20px; } 
.SR_view .cnt4 .checkBox .innerBox .txtBox li .txt { font-size:18px; } 
.SR_view .cnt5 { padding: 150px 0 100px; } 
.SR_view .cnt5 .howtoBox .bottom > ul > li { font-size:22px; } 
.SR_view .cnt5 .howtoBox .bottom .in_ul li { font-size:20px; } 
.SR_view .cnt5 .howtoBox .bottom .in_ul li br { display:none; } 
.SR_view .cnt6 { margin-bottom: 150px; } 
.SR_view .cnt6 .titleBox { height: 150px; } 
.SR_view .cnt6 .titleBox .topImg { width: 150px; } 
.SR_view .cnt6 .titleBox h6 span { font-size:40px; } 
.SR_view .cnt6 .titleBox h6 img { width: 70px; } 
.SR_view .cnt6 .borderBox { padding: 70px 0; } 
.SR_view .cnt6 .borderBox .txtBox li { font-size:20px; } 
.SR_view .cnt6 .borderBox .txtBox li span.num { font-size:25px; margin-right: 20px; } 
.SR_view .cnt6 .borderBox .txtBox li .redBox { width: 95%; top: -2px; left: -11px; height: 75px; } 
.buy_menu .lists.list4 > ul > li > .title p { font-size:25px; } 
.buy_menu .lists.list4 > ul > li > .title p span { font-size:35px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox .title { font-size:20px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li { font-size:17px; } 
.provision .ntb-tb-view .type2 td { height: auto; flex-direction: column; } 
.provision .ntb-tb-view .type2 td dd { text-indent:-18px; margin-left: 18px; font-size:12px; letter-spacing:0.5px; } 
.provision .ntb-tb-view .type2 td dd:first-child { margin-bottom: 5px; } 
}
@media screen and (max-width:768px){
.SR_view .cnt2 .ctnBox { display:none; } 
.SR_view .cnt2 .ctnBox2 { display:block; margin-top: 60px; } 
.SR_view .cnt2 .ctnBox2 img { width: 100%; } 
.SR_view .btn_buy { height: auto; padding: 17px 0; box-sizing: border-box; background-position: right 30px center, left; border-radius: 13px; background-size: 20px , 100%; } 
.SR_view .btn_buy span { font-size: 25px; top: initial; transform: initial; } 
.SR_view .cnt4 figure.computer img { width: 90%; } 
.SR_view .howtoBox .bottom { padding: 50px 30px 50px; } 
.SR_view .cnt4 figure img,.SR_view .cnt5 figure img { width: 100%; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox { gap:80px 30px } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li { width: calc((100% - 30px) / 2); } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li .order_arrow { width: 30px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:first-child .order_arrow { right: -9%; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:nth-child(2) .order_arrow { bottom: -15%; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:last-child .order_arrow { left: -9%; } 
.SR_view .cnt4 .ctnBox .itemBox2 .imgBox figure { width: 200px; height: 200px; } 
.SR_view .cnt4 .ctnBox .itemBox3 .imgBox figure { width: 250px; height: 150px; } 
}
@media screen and (max-width:640px){
.SR_view .cnt1 { margin-bottom: 70px; } 
.SR_view .cnt1 figure:nth-child(2) { margin: 60px 0 40px; } 
.SR_view .cnt1 p { font-size:23px; width: 300px; } 
.SR_view .cnt1 p:after { width: 250px; top: 40%; } 
.SR_view .cnt3 { padding: 100px 0 70px; } 
.SR_view .cnt3 .c3_txt { margin: 70px auto; } 
.SR_view .cnt3 .c3_title { font-size:28px; width: 95%; height: 65px; line-height: 75px; } 
.SR_view .cnt3 .c3_title:after { width: 15%; } 
.SR_view .cnt3 .c3_title span { font-size:35px; } 
.SR_view .cnt3 .c3_txt,.SR_view .cnt3 .c3_txt span.small { font-size:23px; } 
.SR_view .cnt3 .c3_txt span { font-size:25px; } 
.SR_view .cnt4 { padding: 80px 0 50px; } 
.SR_view .cnt4 figure.computer { margin: 80px 0 70px; } 
.SR_view .howtoBox .top p:not(.Slogo) { font-size:25px; padding: 20px 0 30px; } 
.SR_view .howtoBox .top p:not(.Slogo) img { width: 30px; } 
.SR_view .howtoBox .bottom ul li { font-size:20px; } 
.SR_view .howtoBox .bottom ul li span.num,.SR_view .howtoBox .bottom ul li span.num { width: 27px; height: 27px; font-size:18px; line-height: 25px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox p { font-size:25px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox { font-size:18px; width: 80px; height: 80px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .numBox span { font-size:28px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox { padding: 80px 0 60px 45px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li { width: 100%; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:nth-child(3) { order:1 } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox > p { font-size:22px; } 
.SR_view .cnt4 .ctnBox .itemBox:not(.itemBox1) .imgBox figure { width: 70%; height: auto; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox { transform:translateX(-50%); left: 50%; right: auto; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox { height: 60px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox p { white-space:nowrap; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li .order_arrow { width: 40px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:first-child .order_arrow,.SR_view .cnt4 .ctnBox .itemBox2 .imgBox .orderBox li:last-child .order_arrow { right: auto; top:auto; transform: translateX(-50%) rotate(90deg); left: 50%; bottom: -60px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:nth-child(2) .order_arrow { bottom: -12%; } 
.SR_view .cnt4 .checkBox { margin-top: 150px; } 
.SR_view .cnt4 .checkBox .innerBox { top: 15%; } 
.SR_view .cnt4 .checkBox .innerBox h6 { font-size:30px; } 
.SR_view .cnt4 .checkBox .innerBox .table { margin: 30px auto 50px; } 
.SR_view .cnt4 .checkBox .innerBox .txtBox li:not(:last-child) { margin-bottom: 15px; } 
.SR_view .cnt4 .checkBox .innerBox .txtBox li .title span { margin-right: 10px; } 
.SR_view .cnt5 { padding: 100px 0 70px; } 
.SR_view .cnt6 { margin-bottom: 100px; } 
.SR_view .cnt6 .titleBox h6 span { font-size:30px; } 
.SR_view .priceBox p { font-size:28px; width: 300px; } 
.SR_view .btn_buy { background-position: right 15px center, left; } 
.SR_view .btn_buy span { font-size: 20px; } 
.buy_menu .lists.list4 > ul > li > .title p { font-size:23px; } 
.buy_menu .lists.list4 > ul > li > .title p span { font-size:30px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li { font-size:15px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox .title { font-size:18px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox .title:after { margin: 15px auto; width: 60px; height: 5px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox .info { font-size:14px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li p:nth-child(2) { font-size:14px; } 
}
@media screen and (max-width:540px){
.SR_view .cnt1 p { font-size:20px; } 
.SR_view .cnt1 p:after { width: 220px; left: 20px; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p.title { font-size:19px; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p b { font-size:20px; } 
.SR_view .cnt2 .ctnBox .itemBox .txtBox p.txt { font-size:14px; } 
.SR_view .cnt3 .c3_title { font-size:25px; height: 55px; line-height: 60px; } 
.SR_view .cnt3 .c3_title span { font-size:30px; } 
.SR_view .priceBox { padding: 30px 10px; } 
.SR_view .priceBox figure { margin-top: 0; } 
.SR_view .priceBox p { font-size:20px; width: 200px; } 
.SR_view .howtoBox .top p:not(.Slogo) { font-size:18px; } 
.SR_view .howtoBox .top p.Slogo { height: 50px; padding-top: 15px; } 
.SR_view .howtoBox .top p.Slogo-1 { padding-top: 8px; } 
.SR_view .cnt4 .howtoBox .top p.Slogo { margin-left: 5px; } 
.SR_view .howtoBox .bottom { padding: 30px 20px; } 
.SR_view .howtoBox .bottom ul li,.SR_view .cnt5 .howtoBox .bottom > ul > li { font-size:17px; } 
.SR_view .howtoBox .bottom ul li br,.SR_view .cnt5 .howtoBox .bottom > ul > li br { display:none; } 
.SR_view .howtoBox .bottom ul li span.num,.SR_view .cnt4 .checkBox .innerBox .txtBox li .title span,.SR_view .howtoBox .bottom ul li span.num { width: 23px; height: 23px; line-height: 20px; font-size:14px; } 
.SR_view .cnt4 .ctnBox .itemBox .stepBox .txtBox p { font-size:18px; text-align: center; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox { padding: 50px 0 40px 20px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox:after { width: 20px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox > p,.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li p { font-size:17px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li .order_arrow { width: 30px; } 
.SR_view .cnt4 .ctnBox .itemBox .imgBox .orderBox li:nth-child(2) .order_arrow { bottom: -20%; } 
.SR_view .cnt4 .checkBox .innerBox { top: 14%; } 
.SR_view .cnt4 .checkBox .innerBox h6 { font-size:25px; } 
.SR_view .cnt4 .checkBox .innerBox .table { margin: 20px auto; } 
.SR_view .cnt4 .checkBox .innerBox .txtBox li .title { font-size:16px; } 
.SR_view .cnt4 .checkBox .innerBox .txtBox li .txt { font-size:15px; margin-left: 30px; } 
.SR_view .cnt4 .checkBox .innerimg2 { display:none; } 
.SR_view .cnt4 .checkBox .innerimg3 { display:block; } 
.SR_view .cnt5 .howtoBox .bottom .in_ul li { font-size:16px; margin-left: 5px; } 
.SR_view .cnt6 .borderBox { padding: 50px 0; } 
.SR_view .cnt6 .borderBox .txtBox li { font-size:17px; } 
.SR_view .cnt6 .borderBox .txtBox li span.num { font-size:22px; } 
.SR_view .cnt6 .borderBox .txtBox li .redBox { width: 90%; height: 80px; } 
.SR_view .cnt6 .borderBox .txtBox li .redBox img { width: 50px; top: -30px; } 
.SR_view .cnt6 .titleBox { height: 100px; } 
.SR_view .cnt6 .titleBox .topImg { width: 80px; top: -20px; right: 5%; } 
.SR_view .cnt6 .titleBox h6 { align-items: center; width: 80%; } 
.SR_view .cnt6 .titleBox h6 span { font-size:25px; margin: 10px 0 0 20px; } 
.SR_view .cnt6 .titleBox h6 img { width: 50px; } 
.SR_view .cnt6 .borderBox .txtBox li p:nth-child(2) { text-indent: 0; margin-left: 40px; } 
.SR_view .cnt6 .borderBox .txtBox li p:nth-child(2) br { display:none; } 
.buy_menu .buy-price .price_box .sbox { width: 40px; height: 35px; line-height: 36px; font-size:12px; top: 45%; right: 17px; } 
.buy_menu .inner1400 > .lists.list4 > ul > li h4 { width: 260px; } 
.buy_menu .lists.list4 > ul > li > .title { flex-direction:column; align-items: flex-start; } 
.buy_menu .lists.list4 > ul > li > .title p { font-size:17px; margin: 0 0 10px 15px; } 
.buy_menu .lists.list4 > ul > li > .title p span { font-size:20px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox .info { font-size:13px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox ul li p:nth-child(2) { font-size:13px; } 
.guide_sr.SR .sr_box .ctnBox .itemBox:first-child { border-bottom: 3px solid #009edd; } 
}
@media screen and (max-width:420px){
.guide_sr.SR .sr_box .ctnBox .itemBox ul li p br { display:none } 
}

/* ar 상세 페이지 컨텐츠 추가 240605 */
.cnt.speech_bubble { background-color: #ebf1fa; padding: 140px 0; } 

.cnt.speech_bubble .sb_text { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 60px; } 
.cnt.speech_bubble .sb_text img { } 
.cnt.speech_bubble .sb_text div { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 240px; background-size: contain !important; background-repeat: no-repeat !important; background-position: center !important; } 
.cnt.speech_bubble .sb_text:nth-child(1) div { background: url(https://www.myon.world/ariimg/etc/myon/speech_bubble_01.png); } 
.cnt.speech_bubble .sb_text:nth-child(2) div { background: url(https://www.myon.world/ariimg/etc/myon/speech_bubble_02.png); } 
.cnt.speech_bubble .sb_text:nth-child(3) div { background: url(https://www.myon.world/ariimg/etc/myon/speech_bubble_03.png); } 
.cnt.speech_bubble .sb_text div>p { font-size: 30px; line-height: 1.5; text-transform: uppercase; color: #ffffff; font-weight: 500; font-family: "O AGothic"; text-align: center; margin-top: -48px; margin-right: -72px; letter-spacing: -2px; } 

.cnt_new { background: #3078ff url(https://www.myon.world/ariimg/etc/myon/purchase_cnt3_bg_cnt_new.png) no-repeat top center;
padding: 100px 0 150px; } 
.cnt_new .dyn_box { position: relative; display: block; text-align: center; background: url(https://www.myon.world/ariimg/etc/myon/ar_img.png) no-repeat center / cover; text-align: center; width: 100%; height: 78vw; max-width: 1280px;
margin: 0 auto;} 
.cnt_new .dyn_box span.title { font-size: 69px; letter-spacing: -1px; line-height: 1.2; color: #ffffff; font-weight: bold; font-family: "GmarketSansTTFBold"; text-align: center; position: relative; display: inline-block; margin-top: 200px; } 
.cnt_new .dyn_box span.title::before { content: ''; position: absolute; top: -74px; right: -68px; display: block; background: url(https://www.myon.world/ariimg/etc/myon/question_mark.png) no-repeat center / contain; width: 122px; height: 130px; } 
.cnt_new .dyn_box span.title b { position: relative; display: block; z-index: 9; } 

.dyn_compare_bg { background-color: #ebf1fa; padding: 160px 0; } 
.dyn_compare { position: relative; display: block; background-color: #fff; padding: 12px; border-radius: 20px; text-align: center; margin: 0 16px; margin-bottom: 100px; padding-top: 0; } 
.dyn_compare span.title { position: relative; padding: 24px 20px; font-size: 33px; letter-spacing: 0px; line-height: 1.2; color: #ffffff; font-weight: bold; font-family: "GmarketSansTTFBold"; text-align: center; background-color: #0071ff; display: inline-block; /* width: 62%; */
margin: 0 auto; margin-top: -56px; margin-bottom: -38px; border-radius: 100px; } 

.dyn_compare_list { display: flex; justify-content: space-between; align-items: self-end; background-color: #fff; padding: 72px 30px 32px; border: 4px solid #e3e9f3; border-radius: 16px; } 
.dyn_compare_list li { } 
.dyn_compare_list li span { position: relative; display: block; font-size: 29px; letter-spacing: 0px; line-height: 1.2; color: #151515; font-weight: bold; font-family: "GmarketSansTTFBold"; text-align: center; margin-bottom: 16px; white-space: nowrap; } 

.dyn_compare_list li .box { display: flex; justify-content: space-between; align-items: center; } 
.dyn_compare_list li .box div.title { position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 96px; height: 96px; border-radius: 50%; background-color: #f7f8fa; margin-left: -8px; } 
.dyn_compare_list li:first-child .box div.title { width: 113px; height: 113px; background: url(https://www.myon.world/ariimg/etc/myon/circle_shadow.png) no-repeat center / contain; margin-left: 0; margin-bottom: -18px; } 
.dyn_compare_list li:first-child .box div.title::before { display: none; } 

.dyn_compare_list li:first-child .box div.title p { padding-top: 12px; color: #fff; font-family: "GmarketSansTTFMedium"; } 

.dyn_compare_list li .box div.title::before { content: ''; position: absolute; top: 6px; width: 100%; height: 100%; background-color: #f1f2f6; box-shadow: 0 6px 0px 0px #d5d7de; border-radius: 50%; } 
.dyn_compare_list li .box div.title p { position: relative; font-size: 14px; line-height: 1.2; color: #151515; font-weight: 500; font-family: "GmarketSansTTFBold"; text-align: center; margin-bottom: 8px; z-index: 9; padding-top: 18px; } 
.dyn_compare_list li .box div.title strong { position: relative; font-size: 28px; letter-spacing: 0px; line-height: 22px; color: #151515; font-weight: 800; font-family: "GmarketSansTTFBold"; text-align: center; z-index: 9; } 

.dyn_compare_list li .box div.title.red p, .dyn_compare_list li .box div.title.red strong { color: #d5201c; } 

.dyn_compare_list li:last-child .box div.title:first-child {margin-right: 24px;}

.dyn_text { position: relative; display: block; background-color: #fff; border-radius: 20px; margin: 0 16px; } 
.dyn_text p { position: relative; display: block; padding: 120px 16px; font-size: 30px; letter-spacing: -1px; line-height: 50px; color: #151515; font-family: 'SUITE', sans-serif; text-align: center; } 
.dyn_text p strong { position: relative; display: block; } 
.dyn_text p b { position: relative; display: block; font-size: 50px; letter-spacing: -1px; line-height: 1.5; color: #000; font-family: 'SUITE', sans-serif; text-align: center; font-weight: 900; } 
.dyn_text p b span { position: relative; display: inline-block; letter-spacing: -1px; line-height: 1.5; color: #0072ff; font-family: 'SUITE', sans-serif; text-align: center; } 

@media only screen and (max-width: 1903px){
.cnt_new .dyn_box span.title { font-size: 6.6259vw; line-height: 1.2; margin-top: 8.5991vw; } 
.cnt_new .dyn_box span.title::before { top: -3.8886vw; right: -3.5733vw; width: 6.4109vw; height: 6.8313vw; } 
}

@media only screen and (max-width: 1280px) {
.cnt_new .dyn_box { height: 100vw;}
}

@media only screen and (max-width: 1200px){
.cnt.speech_bubble .sb_text { padding: 0 16px; } 

.dyn_compare_list { flex-wrap: wrap; justify-content: center; } 
.dyn_compare_list li { display: flex; width: 33%; align-items: center; margin-bottom: 40px; flex-direction: column; } 
.dyn_compare_list li .box { display: flex; justify-content: center; } 
.dyn_compare_list li span { margin-bottom: 0; margin-right: 0; } 
}

@media only screen and (max-width: 976px){
.cnt.speech_bubble { padding: 14.3443vw 0; } 
.cnt.speech_bubble .sb_text img { width: 36.2705vw; height: 36.2705vw; } 
.cnt.speech_bubble .sb_text div { height: 24.5902vw; } 
.cnt.speech_bubble .sb_text div>p { font-size: 2.8689vw; margin-top: -3.2787vw; margin-right: -5.1230vw; } 

.dyn_compare span.title { padding: 24px 34px; } 
.dyn_br { display: block; } 
.cnt_new .dyn_box span.title { font-size: 7.0697vw; margin-top: 4.1639vw; } 

.dyn_compare { padding-top: 12px; }
.dyn_compare span.title { position: absolute; left: 50%; width: 87%; transform: translateX(-50%); font-size: 26px; }
.dyn_compare_list {padding: 72px 11px 32px;}
.dyn_compare_list li { display: flex; align-items: center; margin: 0 auto; margin-bottom: 40px; } 

.dyn_compare_list li:first-child {display: none;}
.dyn_compare_list li {width: 44%;}
.dyn_compare_list li:nth-child(n+4) {width: 33%;}
.dyn_compare_list li { margin-bottom: 8vw; } 
.dyn_compare_list li .box div.title::before { top: 0.7813vw; box-shadow: 0 0.7813vw 0.0000vw 0.0000vw #d5d7de; } 

.dyn_compare span.title { margin-top: -52px; margin-bottom: -52px; } 
}


@media only screen and (max-width: 768px){
.cnt.speech_bubble .sb_text { margin-bottom: 10vw; } 

.cnt.speech_bubble .sb_text img { width: 28.2705vw; height: 28.2705vw; } 
.cnt.speech_bubble .sb_text div>p { font-size: 3vw; margin-top: -4.2787vw; margin-right: -5.1230vw; } 


.dyn_compare_bg { padding: 20.8333vw 0; } 
.dyn_compare { padding: 1.5625vw; border-radius: 4.6042vw; margin: 0; margin-bottom: 13.0208vw; } 
.dyn_compare span.title { padding: 4.125vw 4.6042vw; font-size: 3.2969vw; letter-spacing: 0.0000vw; margin-top: -7.2917vw; margin-bottom: -4.1667vw; border-radius: 13.0208vw; left: 50%; width: 87%; transform: translateX(-50%); } 


.dyn_text { border-radius: 2.6042vw; margin: 0 2.0833vw; } 
.dyn_text p { padding: 15.6250vw 2.0833vw; font-size: 3.9063vw; line-height: 6.5104vw; } 
.dyn_text p b { font-size: 6.5104vw; letter-spacing: -0.1302vw; } 
.dyn_text p b span { letter-spacing: -0.1302vw; } 

.cnt_new .dyn_box span.title { font-size: 7.0697vw; margin-top: 4.1639vw; } 

.dyn_compare span.title { padding: 3.1250vw 4.4271vw; left: 50%; width: 87%; transform: translateX(-50%); font-size: 3.260vw; }
.dyn_compare_list {padding: 9.3750vw 1.4323vw 4.1667vw;}
.dyn_compare_list li {  align-items: center; margin: 0 auto; margin-bottom: 5.2083vw; } 

.dyn_compare_list li:first-child {}
.dyn_compare_list li {width: 44%;}
.dyn_compare_list li:nth-child(n+4) {width: 33%;}
.dyn_compare_list li { margin-bottom: 8vw; } 
.dyn_compare_list li .box div.title::before { top: 0.7813vw; box-shadow: 0 0.7813vw 0.0000vw 0.0000vw #d5d7de; } 

.dyn_compare_list li span { font-size: 4.7760vw; margin-bottom: 2.0833vw; } 

.dyn_compare_list li .box div.title { width: 15.5000vw; height: 15.5000vw; margin-left: -2.0417vw; } 
.dyn_compare_list li:first-child .box div.title { width: 14.7135vw; height: 14.7135vw;  margin-bottom: -2.3438vw; } 

.dyn_compare_list li:first-child .box div.title p { padding-top: 1.5625vw;   } 

.dyn_compare_list li .box div.title::before {   top: 0.7813vw; box-shadow: 0 0.7813vw 0.0000vw 0.0000vw #d5d7de; } 
.dyn_compare_list li .box div.title p {  font-size: 2.8229vw; margin-bottom: 1.0417vw;  padding-top: 2.3438vw; } 
.dyn_compare_list li .box div.title strong {  font-size: 4.6458vw; line-height: 2.8646vw; } 
.dyn_compare_list li:last-child .box div.title:first-child { margin-right: 5vw; }
.dyn_compare span.title { margin-top: -6.6354vw; margin-bottom: -6.7708vw; } 

}

@media only screen and (max-width: 1024px) {
    .purchase_view .cnt2 .list ul li:nth-child(2).mr {
        margin-right: 25px;
        margin-bottom: 0;
    }
    .purchase_view .cnt4.new .table {padding-right: 0;}
}
@media only screen and (max-width: 640px) {
    .purchase_view .cnt2 .list ul li:nth-child(2).mr {
        margin-right: 0;
        margin-bottom: 30px;
    }
}




