@charset 'euc-kr';

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#wrap{width:800px; margin:37px auto 0;}
#wrap.event{width:1000px;} /* 02230302 Ä³½ÃÀÌº¥Æ®¿ë */

#only1_wrapper .visual{background:#e3fbf9 url(img/visual.png) no-repeat center;}
#only1_wrapper .mask{position:relative; width:1200px; margin:0 auto; overflow:hidden;}
#only1_wrapper .mask img{position:relative; left:50%; transform:translateX(-50%);}

/* ÅÇ ¸Þ´º */
.app_menu{width:1000px; margin:40px auto 0; display:flex; text-align:center; border:1px solid #1b1b1b;}
.app_menu a{width:100%; height:80px; font-size:26px; color:#1b1b1b; line-height:78px;}
.app_menu a.on{background:#1b1b1b; color:#fff; font-weight:700;}
.app_menu a.on span{color:#f25555;}

/* »óÇ° ¼±ÅÃ */
.product{padding:0;}
.product h3{font-weight:700; font-size:22px; padding:50px 30px 23px;}
.product h3 span{font-weight:400;}
.product h3 + ul,
.product .align + ul{border-bottom:2px solid #5a5a5a;}
.product .align{display:flex; align-items:center; justify-content:space-between; width:800px; margin-bottom:20px;}
.product .align:first-child{margin-top:50px;}
.product .align h3{margin-bottom:0; padding:0 0 0 30px;}
.product .btn{display:flex;}
.product .btn a{display:inline-block; width:180px; height:32px; background-color:#1b8b94; border:1px solid #095a60; border-radius:5px; font-size:15px; color:#fff; line-height:30px; text-align:center;}
.product .btn a:last-child{margin-left:6px;}
.product .btn a.v1{background-color:#2d3e78; border:1px solid #162555;}
.product .btn a b.v1{color:#ffe869; vertical-align:0;}
.product .btn a b.v2{color:#231e7b; vertical-align:0;}
.product > ul + h3{margin-top:40px;}
.product > ul + .align{margin-top:90px;}
.product > ul > li > p{font-size:18px; height:48px; padding-left:30px; background-color:#f9f9f9; font-weight:500; line-height:45px; color:#1b1b1b; border-top:2px solid #5a5a5a; border-bottom:1px solid #c0c0c0;}
.product > ul > li ul li{display:flex; justify-content:space-between; align-items:center; padding:30px 35px; border-bottom:1px solid #c0c0c0; font-size:22px; transition:all .3s;}
.product > ul > li ul li:hover{background:#f9f9f9;}
.product > ul > li ul li:nth-last-child(1){border-bottom:none;}
.product > ul > li ul li.state{padding:30px 17px;}
.product > ul > li ul li .date label{font-weight:700;}
.product > ul > li ul li .date label b{color:#2a5deb;}
.product > ul > li ul li .date label span{display:block; width:100px; height:34px; margin:-15px 0 6px; border:1px solid #333; border-radius:17px; font-size:16px; text-align:center; line-height:32px; font-weight:400;}
.product > ul > li ul li .price.type1{margin-top:-12px;} /* »óÇ°°ú °¡°Ý Á¤·Ä·Î ÀÎÇÑ Å¬·¡½º */
.product > ul > li ul li .price{display:flex; align-items:end; margin-top:4px;}
.product > ul > li ul li .price div{display:flex; justify-content:end; align-items:center; width:92px; margin:3px 70px 0 0;}
.product > ul > li ul li .price div span{position:relative; width:28px; height:28px; text-indent:-9999px;}
.product > ul > li ul li .price div span:not(:first-child){margin-left:4px;}
.product > ul > li ul li .price div span:before{content:""; display:block; position:absolute; top:0; left:0; width:28px; height:28px; background:url(/_images/brand/sub/grade_ico.png) no-repeat;}
.product > ul > li ul li .price div span.v1:before{background-position:0 0;}
.product > ul > li ul li .price div span.v2:before{background-position:-32px 0;}
.product > ul > li ul li .price div span.v3:before{background-position:-64px 0;}
.product > ul > li ul li .price p{line-height:1; text-align:right; font-size:22px; color:#1b1b1b; position: relative;  top: -5px;}
.product > ul > li ul li .price p b{font-weight:700; color:#ed3535; font-size:22px;}
.product > ul > li ul li .price p span{display:inline-block; position:relative; margin-bottom:3px; font-size:18px;}
.product .sign{margin-top:60px; padding:40px 30px; background-color:#f9f9f9; font-size:16px; color:#8f9294;}
.product input[type="radio"]{border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.product input[type="radio"] + label{display:inline-block; position:relative; vertical-align:middle; padding-left:40px;}
.product input[type="radio"] + label:after{content:""; display:block; position:absolute; bottom:3px; left:0; width:25px; height:25px; background:url(/_images/brand/sub/radio_ico.png) 0 0 no-repeat;}
.product input[type="radio"]:checked + label:after{background-position:0 -25px;}

/* ¿Â¸®¿ø Áßµî »óÇ° ÇÑ ´«¿¡ º¸±â */
.summary{position:relative; top:0; left:50%; width:100vw; margin-top:77px; margin-left:-50vw; padding:81px 0 65px; background-color:#f9f9f9; text-align:center;}
.summary > .tit{margin-bottom:52px; font-family:"GmarketSansBold"; font-size:56px; letter-spacing:-4px;}
.summary > .tit span{display:block; margin-bottom:-13px; font-family:"GmarketSansMedium"; font-size:36px; letter-spacing:-3px;}
.summary > .tit b{position:relative; color:#1563d8; z-index:10;}
.summary > .tit b:before{content:""; display:block; position:absolute; bottom:-2px; left:0; width:389px; height:30px; background-color:#fee2df; z-index:-1;}
.summary .guide{display:flex; width:909px; height:287px; margin:30px auto 0 auto; border-top:1px solid #888; border-bottom:1px solid #888;}
.summary .guide .tit{display:flex; flex-direction:column; justify-content:center; flex-shrink: 0; width:134px; background-color:#ecf8ff; border-right:1px solid #888; border-left:1px solid #888; font-family:"GmarketSansBold"; font-size:24px; color:#1b1b1b; line-height:28px;}
.summary .guide .tit span{display:block; color:#1563d8;}
.summary .guide ul{display:flex; flex-wrap:wrap; flex-grow: 1; background-color:#fff; text-align:right;}
.summary .guide ul li{position:relative; width:calc(100% / 3); padding:67px 25px 0 0; border-right:1px solid #888;}
.summary .guide ul li.empty{background:#ecf8ff;}
.summary .guide ul li:nth-child(n+4){border-top:1px solid #888;}
.summary .guide ul.splite4 li {width:calc(100% / 4);}
.summary .guide ul.splite4 li:nth-child(4){border-top:0;}
.summary .guide ul li.on{background-color:#fbeeee;}
.summary .guide ul li.on:before{content:""; display:block; position:absolute; top:0; left:0; width:100%; height:100%; border:2px solid #1b1b1b;}
.summary .guide ul li .cat{display:flex; gap:5px; position:absolute; top:20px; left:20px;}
.summary .guide ul li .cat span{width:71px; height:35px; border-radius:20px; font-weight:300; font-size:16px; color:#fff; line-height:35px; text-align:center;}
.summary .guide ul li .cat span.v1{background-color:#ed3535;}
.summary .guide ul li .cat span.v2{background-color:#1b1b1b;}
.summary .guide ul li .cat span.v3{background-color:#1b8b94;}
.summary .guide ul li .cat span.v4{background-color:#2d3e78;}
.summary .guide ul li .cat.type1 span{width:60px;}
.summary .guide ul li .info p{font-weight:700; font-size:22px; color:#1b1b1b;}
.summary .guide ul li .info .price{margin-top:-7px; font-weight:500; font-size:24px;}
.summary .guide ul li .info .price span{font-weight:700; color:#ed3535;}
.btn_area{margin:59px 0 0; text-align:center;}
.btn_area input[type='button']{padding:0 125px; height:76px; background:#ed3535; color:#fff; font-size:24px; line-height:22px; border-radius:6px; font-weight:500; font-family:'Noto Sans KR'; border:none;}

/* ÀÚÁÖ ¹¯´Â Áú¹® */
#helpDesk{margin:60px 0 0;}
#helpDesk .section_top{position:relative; background:#ffeded; border:1px solid #ffcfcf; width:100%; height:70px; display:flex; align-items: center; justify-content: center; cursor:pointer;}
#helpDesk .section_top p{position:relative; color:#000; font-size:21px; font-weight:700;}
#helpDesk .section_top p:before{content:""; display:block; position:absolute; top:50%; right:-39px; width:18px; height:10px; margin-top:-4px; background:url(img/state_arr.png) 0 0 no-repeat; background-size:100%; transition:transform .5s;}
#helpDesk .section_top.open p:before{transform: rotate(180deg);}
#helpDesk .board_list2{display:none;}
#helpDesk .board_list2 > li:first-child{border-top:none;}
#helpDesk .board_list2 > li > a{padding:20px 50px}
#helpDesk .txtBox li{line-height: 1.8; text-indent: -10px; padding: 0 0 0 10px;}

/* ±¸¸Å Àü ²À È®ÀÎÇÏ¼¼¿ä */
#noticeBenefit{margin:0;}
#noticeBenefit .section_top{position:relative; background:#eee; border:1px solid #d8d8d8; width:100%; height:70px; display:flex; align-items: center; padding:0 0 0 55px;}
#noticeBenefit .section_top p{color:#1b1b1b; font-size:22px; font-weight:700;}
#noticeBenefit .section_top .btn{display:block; position:absolute; right:28px; top:50%; transform:translateY(-50%); border:1px solid #c0c0c0; background:#fff; text-align:center; width:120px; height:39px; color:#000; font-size:16px; line-height:37px;}
#noticeBenefit .infoMsg{position:relative; background:#f9f9f9; padding:40px 40px; display:none;}
#noticeBenefit .txtBox li{color: #616161; 	line-height: 1.8; text-indent: -10px; padding: 0 0 0 10px; font-size:14px;}
#noticeBenefit h3:first-child{border:none; padding:0 0 10px ; margin:0;}
#noticeBenefit h3{border-top:1px solid #cbcbcb; margin:20px 0 0; padding:20px 0 10px; font-size:20px;}
#noticeBenefit .end{border-top:1px solid #cbcbcb; vertical-align:middle; border-bottom:1px solid #cbcbcb; padding:25px 7px 20px; text-align:right; margin:50px 0 0; font-size:18px; color:#03030b; font-family: 'GmarketSansMedium';}
#noticeBenefit .end span{vertical-align:middle;}
#noticeBenefit .end span.num{font-size:30px;}
#noticeBenefit .btn_infoView{background:#858585; color:#fff; border:1px solid #737373; border-radius:5px; -webkit-border-radius:5px; vertical-align:2px; padding:5px 8px 5px; margin:0 0 0 5px;}
#noticeBenefit h3 + ul{border-bottom:none;}

/* ¸¶°¨ ÇÃ·çÆÃ */
.circleBox{position:absolute; left:-220px; top:-20px; margin:0 0 0 0; transform:scale(0.7);}
.circleBox > .inner{position:relative; animation: upDown 5s ease 2s infinite alternate; }
.circleBox > .inner .box{position:absolute; left:0; top:0; width:204px; height:214px; text-align:center; display:table;}
.circleBox > .inner .box.a1{background:url(/_images/_main/v2/v3_1_banner1_circle1.png) no-repeat;}
.circleBox > .inner .box.a1 > .inner{display:table-cell; vertical-align:middle;}
.circleBox > .inner .box.a1 > .inner *{line-height:1;}
.circleBox > .inner .box.a1 > .inner .b1{color:#fff; font-size:30px; font-family: 'GmarketSansBold'; animation: blinker1 1s step-start infinite;}
.circleBox > .inner .box.a1 > .inner .b2{color:#ffdf2f; font-size:60px; margin:5px 0 0; font-family: 'GmarketSansBold'; animation: blinker1 1s step-start infinite;}
.circleBox > .inner .box.a1 > .inner .b3{color:#fff; font-size:16px; margin:5px 0 0; font-weight:200; letter-spacing:0;}
.circleBox > .inner .box.a1 > .inner .todayEnd *{font-size:43px}
@keyframes blinker1 {
    50% {
        opacity:0;
    }
}
