@font-face {
    font-family: 'NanumSquareRound';
    src: url('/assets/home/css/fonts/NanumSquare/NanumSquareR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('/assets/home/css/fonts/NanumSquare/nanumsquare.css');
/*메인팝업*/
.pop_wrap{position:absolute; top:5%; left:5%; z-index:999; box-shadow: 5px 5px 10px #ddd;}
.cont{width:100%; max-width: 350px; background:#fff; }
.cont img{width:100%;}
.close{background: #fff; display: block; padding:7px 10px 13px;}
.pop_close_txt{padding:0 0 0 5px;}
.pop_close_txt:hover{color:#b02b74;}
.pop_btn_close_main{font-size:14px; border:1px #dbdde2 solid; padding:2px 10px 2px 5px; border-radius: 2px; text-align: center; vertical-align: middle; color:#121212; float:right;}
.pop_btn_close_main:hover{color:#b02b74; border:1px #b02b74 solid; cursor:pointer;}
.popup_icon_close_main{font-size:20px; vertical-align: middle;}

@media screen and (max-width: 420px){
    .cont{width:100%; max-width: 250px; background:#fff; }
    .popup_icon_close_main{font-size:15px; vertical-align: middle;}
    .pop_btn_close_main{font-size:12px;}
    .pop_close_txt{font-size:11px;}
}

#footer .footer_wrap .footer_con02 .footer_info*{box-sizing: border-box; margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -0.05em; word-break: keep-all;}
*{box-sizing: border-box;}
ol, ul, li, h3, h5, h2, h4, p{list-style: none; margin:0; padding:0;}
body{font-size: 16px; color:#232323; margin:0; font-weight:500; font-family:'NanumSquareRound','Noto Sans KR', sans-serif;}
a{color:#232323; display:block; text-decoration: none; outline:0 !important;}
a:hover{color:#b02b74;}
a,button,select{outline:0;}
:focus{outline:0;}
img{display: block;max-width:100%;}
.point1_bg{background-color:#b02b74 !important;}
.point1{color:#b02b74 !important;}
.point2{color:#ac0000 !important;}
.bg_gray{background: #f8f8f8;}
.page_wrap{width:1180px; margin: 0 auto;}
.pc_view{display:block}
.mobile_view{display:none}
.logo_off{opacity:0.5;}
button{font-family: 'Lato','NanumSquareRound','Noto Sans KR', sans-serif !important;}
span.error{color:red; display:block; margin:0 0 10px 0;}
.center{text-align:center !important;}
.dimmed{width:100%; height:100%; background:rgba(0,0,0,0.5); display:block; position:fixed; z-index:9; top:0; left:0;}
.dimmed_m_nav{width:100%; height:100%; background:rgba(0,0,0,0.5); display:block; position:fixed; z-index:9; top:0; left:0;}
button {border: 0 none; cursor: pointer; background: transparent;}
.division{border-top:1px #dbdde2 solid; width:100%; display:block; margin:50px 0;}
.division.main{border-top:1px #dbdde2 solid; width:1200px; display:block; margin:30px auto 10px 0;}
.division.adm{border-top:1px #dbdde2 solid; width:100%; display:block; margin:50px 0 10px 0;}
.division.form{border-top:1px #dbdde2 solid; width:100%; display:block; margin:10px 0;}
.division2{border-top:1px #dbdde2 solid; width:100%; display:block; margin:20px 0 10px 0;}
.bg_grey{width:100%; background:#f1f1f1; padding:20px; box-sizing: border-box;}
.bg_grey li{color:#666 !important;}
.clear{clear:both;}
input{/*ios대응 2021-09-03추가*/ appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}


#item_option{border:1px #dbdde2 solid; padding:5px 20px; font-size:15px;}
@media screen and (max-width: 1200px){
    .division{border-top:1px #dbdde2 solid; width:100%; display:block; margin:20px auto 0 auto;}
    .division.main{border-top:1px #dbdde2 solid; width:100%; display:block; margin:20px auto;}
}
.deft_inp{font-family: 'Lato','NanumSquareRound','Noto Sans KR', sans-serif !important;}
/*iOS/Andr - 폰트전체 굵기설정*/
@media screen and (max-width: 768px){
    body,html{font-weight:600;}
}

/*iOS 기본화면 default*/
input { -webkit-appearance: none; -webkit-border-radius: 0; font-family: 'Lato','NanumSquareRound','Noto Sans KR', sans-serif;}

input[type=checkbox] {display: none;}
input[type=checkbox] + label {display: inline-block; cursor: pointer; position: relative; padding-left: 30px; margin-right: 5px; font-size: 13px; font-weight: 400;}
input[type=checkbox]+ label:before {content: ""; display: inline-block; width: 20px; height: 20px; margin-right: 10px; position: absolute; left: 0; bottom: -5px; background-color: #fff; border: 1px solid #999;}
input[type=checkbox]:checked + label:before {content: "\2713"; font-size: 18px; font-weight: 800; color: #fff; background: #000; text-align: center; line-height: 18px;}
.order_after{width:47% !important;}
/*라디오버튼*/
input[type=radio] {
    display: none !important;
}
input[type=radio] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
    font-size: 13px;
    line-height:1;
    font-weight: 400;
}
input[type=radio]:checked + label:before {
    content: "\25CF";
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 21px;
}
input[type=radio]+ label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #999;
}
.check_box_adm{font-size:16px !important;}
input[type=checkbox]+ label.check_box_adm:before{top:0 !important; margin:0 7px 0 0;}
.link_class{padding:10px 0 0 0; text-decoration:underline;}
.box_adm_subinfo{border:1px #dbdde2 solid; width:100%; padding:15px; background:#fafafa; box-sizing:border-box;}
.box_adm_subinfo.box_width-90{width:calc(100% - 90px);}

.desc_subinfo1{line-height:1.5; font-size:15px;}
.desc_subinfo2{line-height:1.3; font-size:18px; color:#989898; padding:10px 0 0 0;}
.desc_bold{color:#b02b74; text-decoration: underline; font-weight: 500 !important;}
.adm_agree_box{font-size:80% !important; padding:10px;}
.adm_agree_box p{font-size:80% !important;}
.title_sub_adm{background:#b02b74; padding:20px; color:#fff; width:100%; text-align: center;}
.wrap_bank_info{width:100%; color:#121212 !important;}
#aod_bank_user_name{border:2px #999 solid; padding:5px 10px; font-family: 'Lato','NanumSquareRound','Noto Sans KR', sans-serif;}
#cash_receipt_no{border:2px #999 solid; padding:5px 10px; font-family: 'Lato','NanumSquareRound','Noto Sans KR', sans-serif;}
.info_txt_desc{padding:0 0 5px 0;}
.info_txt_desc b{font-size: 16px; padding: 0 0 0px 8px;}
.wrap_priv{padding:10px 0 !important;}

.brd_nomsg_area{width:100%; display:block; padding:40px; background: #fff; border-bottom:1px #eee solid;}
.brd_nomsg_area .txt_desc_msg{font-size:17px; color:#999; text-align: center;}

@media screen and (max-width: 1200px){
    .box_adm_subinfo{margin:20px 0;}
    .box_adm_subinfo.box_width-90{width:calc(100% - 30px);margin-left:10px;}
    /*.input_notice{display: none !important;}*/
    .desc_subinfo2{line-height:1.3; font-size:15px; color:#989898; padding:10px 0 0 0;}
    .info_txt_desc b{display: block; padding: 8px 0 0px 0px;}
    #od_bank_user_name{
        border: 2px #999 solid;
        padding: 5px 10px;
    }
}

/*퀵메뉴*/
.sns_wrap{position:fixed; bottom:40px; right:7%; z-index:100;}
.sns_wrap .page_top{position:relative;width:45px;height:45px;cursor:pointer;border-radius:50%;background:#ccc;color:#fff;text-align:center;font-size: 11px;font-family:'Montserrat';padding: 9px 0;box-sizing: border-box;}
.sns_wrap .page_top:before{display:block;content:"";width:7px;height:10px;background:url('/assets/home/img/page_top_icon.png')no-repeat;background-size:100%;margin: 0 auto 2px;}
.sns_wrap .page_down{position:relative;width:45px;height:45px;cursor:pointer;border-radius:50%;background:#ccc;color:#fff;text-align:center;font-size: 11px;font-family:'Montserrat';padding: 9px 0;box-sizing: border-box;}
.sns_wrap .page_down:before{display:block;content:"";width:7px;height:10px;background:url('/assets/home/img/page_top_icon.png')no-repeat;background-size:100%;margin: 0 auto 2px;transform: rotate(0.5turn);}
.sns_wrap li+li{margin-top:8px;}
.sns_wrap li a{display:block;}
.sns_wrap li a img{width:45px;}
.sns_txt{font-size:10px; margin-top:-2px;}

/*paging*/
.wrap_paging.portfolio{border-top:1px #eee solid; padding:30px 0 0px 0;}
.wrap_paging { text-align:center; margin:20px 0 60px 0; }
.wrap_paging  span { display:inline-block; border:1px #dbdde2 solid; width:29px; height:29px; font-size:14px; display:hidden; vertical-align:top; line-height:28px; color:#454344; margin-right:3px; cursor:pointer}
.wrap_paging  span.pre, .wrap_paging  span.net, .wrap_paging a.pre, .wrap_paging a.net {/*화살표*/}
.wrap_paging  span.pre img, .wrap_paging  span.net img, .wrap_paging a.pre img, .wrap_paging a.net img{width:12px; line-height:20px; display:inline-block;}
.wrap_paging span.no { border:1px #121212 solid; color:#000; font-weight:400;cursor:default;}

@media screen and (max-width: 1200px){
    .page_wrap{width:100%; margin: 0 auto;}
    .pc_view{display:none}
    .mobile_view{display:inline-block}
    .page_area{border-top:1px #dbdde2 solid;}
}
/*플러그인-slider*/
.arrowSlider{position:relative; z-index:10;}
.arrowSlider .prev{top:310px; left:-20px; position:absolute; z-index:10;}
.arrowSlider .next{top:310px; right:-20px; position:absolute; z-index:10;}

/* Header 영역 */
#header{background: #fff; width:100%; position:relative; z-index:20;}
#header .header_wrap{position:relative; width:1200px; margin: 0 auto;}
#header .header_section01{padding-bottom: 20px; border-bottom:1px #dbdde2 solid;}
#header .header_section01 .header_section01_top{padding-top:34px; margin-bottom:28px; display:flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
#header .header_section01 .header_section01_top .btn_mall{padding:0 0 0 20px;}
#header .header_section01 .header_section01_top img{max-height:17.5px;}
#header .header_section01 .header_section01_top ul li{display:inline-block; vertical-align:middle;}
#header .header_section01 .header_section01_top ul li .header_bar{border-right:1px #dbdde2 solid; margin:0 10px;}
#header .header_section01 .header_section01_top .right{margin-left: auto;}
#header .header_section01 .header_section01_top .right>ul{display:flex;}
#header .header_section01 .header_section01_top .right>ul>li{margin-right: 20px;}
#header .header_section01 .header_section01_top .right>ul>li:last-child{margin-right: 0px;}
#header .header_section01 .header_section01_bottom{display: flex; align-items: center;}
#header .header_section01 .header_section01_bottom .left>ul{display:flex; align-items: center;}
#header .header_section01 .header_section01_bottom .left>ul>li:first-child{content:"";}
#header .header_section01 .header_section01_bottom .left>ul>li a{position:relative; font-weight:600; letter-spacing:-0.04em; font-size:19px; line-height:19px; margin-right:32px; color:#121212; -webkit-transition: all 0.2s; transition: all 0.2s;}
#header .header_section01 .header_section01_bottom .left>ul>li a:hover{color:#b02b74;}
#header .header_section01 .header_section01_bottom .left>ul>li a .gnb_header_icon{color:#999; width:20px; -webkit-transition: all 0.5s; transition: all 0.2;}
#header .header_section01 .header_section01_bottom .left>ul>li a .gnb_header_icon:hover{color:#b02b74;}
#header .header_section01 .header_section01_bottom .left>ul>li a .gnb_btn_sitemap{font-size:25px; text-align:center; color:#b02b74; margin:7px 0 0 0; -webkit-transition: all 0.5s; transition: all 0.5s;}
#header .header_section01 .header_section01_bottom .left>ul>li a .gnb_btn_sitemap:hover{color:#121212;}
#header .header_section01 .header_section01_bottom .left>ul>li:last-child{margin-right: 0px;}
#header .header_section01 .header_section01_bottom .left>ul>li.cat_all_btn{width:40px; height: 40px; line-height: 38px; background: #b02b74; border-radius: 50%; text-align: center; }
#header .header_section01 .header_section01_bottom .left>ul>li.cat_all_btn>a{display: inline-block;}
#header .header_section01 .header_section01_bottom .left>ul>li.cat_all_btn>a>img{display: inline-block;}
#header .header_section01 .header_section01_bottom .right{margin-left: auto;}
#header .header_section01 .header_section01_bottom .right>ul{display:flex;}
#header .header_section01 .header_section01_bottom .right>ul>li{font-size:20px; font-weight: 600; margin-right: 20px;}
#header .header_section01 .header_section01_bottom .right>ul>li:last-child{margin-right: 0px;}
#header .header_section01 .header_section01_bottom .right>ul>li>a{display:block;}
#header .header_section02{position:absolute; top:20px; right:0;}
#header .header_section02 ul li{display:inline-block; vertical-align:middle; padding:0 20px 0 0;}
#header .header_section02 ul li:last-child{padding:0;}
#header .header_section02 .lang_sel_area{padding:0 0 0 10px; margin:10px 0 0 0;}
#header .header_section02 .icon_purple_head{font-size:30px; color:#ccc; vertical-align:bottom;}
#header .header_section02 .icon_purple_head:hover{color:#b02b74;}
#header .header_section02 .btn_head_icon{background:#fff; border-radius:50%; display:block; padding:10px; text-align:center; vertical-align:middle;}
#header .header_section02 .nav_lan_sel{border:0px #dbdde2 solid; font-size:16px; padding:5px 10px 5px 0; letter-spacing:0;}
#header .header_section02 .icon_lan_sel{vertical-align:text-top;}
#header .header_section02 .icon_purple_head2{font-size:15px; color:#121212; vertical-align:middle;}
#header .header_section02 .btn_header{font-size:15px;}
#header .header_section02 .sns_area{text-align:right; margin:0 0 10px 0;}
#header .header_section02 .sns_area .icon_main_wrap{width:45px; height:45px; text-align:center; background:#fff; border:1px #dbdde2 solid; border-radius:50%; padding:8px;}
#header .header_section02 .sns_area .icon_main_wrap .icon_main{font-size:24px; color:#b02b74;}
#header .header_section02 .sns_icon{padding:0 8px 0 0;}
#header .header_section02 .sns_icon:hover{opacity:.7;}
#header .header_section02 ul li.sns_icon:last-child{padding:0;}
#header .header_section02 .sns_icon img{max-height:40px;}
#header .header_section02 .log_area{padding-top:14px; text-align:right;}
#header .header_section02 .log_area ul li{vertical-align:text-top;}
#header .header_section02 .log_area .cart{width:25px; position:relative;}
#header .header_section02 .log_area .cart img{opacity:.3;}
#header .header_section02 .log_area .cart .quantity{font-size: 11px; color: #fff; background: #b02b74; padding: 3px 0 0 1px; position: absolute; top: -10px; right: -10px; width: 20px; height: 20px; z-index: 10; border-radius: 100%; text-align: center;}
#header .cate_box{background:#fff; width:100%; padding:40px 0 60px 0; position:absolute; top:110px; left:0; z-index:20; box-sizing:border-box;}
#header .cate_box .cate_box_wrap{width:1200px; margin:0 auto; position:relative;}
#header .cate_box .cate_box_wrap .cate_nav{width:17%; margin:0 40px 0 0; display:inline-block; vertical-align:text-top;}
#header .cate_box .cate_box_wrap .cate_nav .cate_nav_line{border-top:1px #dbdde2 solid; margin:10px 0; width:100%; display:block; position:relative;}
#header .cate_box .cate_box_wrap .cate_nav h3{border-bottom:1px #121212 solid; width:100%; padding:0 0 7px 0; letter-spacing:-0.03em; color:#121212; font-weight:400; margin:0 0 10px 0;}
#header .cate_box .cate_box_wrap .cate_nav h3.title_menu img{max-height:14px;}
#header .cate_box .cate_box_wrap .cate_nav h3.title_mid_menu{border-bottom:0px; padding:0; width:100%; letter-spacing:-0.03em; font-size:14px; color:#121212; font-weight:400; margin:5px 0; color:#999;}
#header .cate_box .cate_box_wrap .cate_nav ul li.cate_index a{font-size:16px; color:#121212; font-weight:400; padding:3px 0; display:inline-block; -webkit-transition: all 0.5s; transition: all 0.5s;}
#header .cate_box .cate_box_wrap .cate_nav ul li.cate_index a.sub_link{font-weight:600 !important; padding:20px 0; font-size:19px;}
#header .cate_box .cate_box_wrap .cate_nav ul li.cate_index a:hover{color:#b02b74;}
#header .cate_box .cate_box_wrap .cate_nav.link{margin:0 !important; vertical-align:text-top;}
#header .cate_box .cate_box_wrap .cate_nav.link .cate_link{border:1px #dbdde2 solid; display:inline-block; padding:0px 10px; box-sizing:border-box;}
#header .cate_box .cate_box_wrap .cate_nav.link .cate_link img{max-height:60px;}
/*메뉴-드랍다운 수정*/
.dropdown {position: relative; display: inline-block; margin:0 20px 0 0;}
.dropdown-content {display: none; position: absolute; background-color: #fff; border-radius:4px; min-width: 170px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1;}
.dropdown:hover .dropdown-content {display: block;}
.icon_nav{font-size:26px; line-height:20px; vertical-align:text-top; padding:0 0 0 1px; position:absolute;}
.dropdown-content li a{margin:0 !important; font-size:16px !important; padding:7px; color:#999 !important; font-weight:400;}
.dropdown-content li a:hover{color:#b02b74 !important;}
.m_main_logo{display:none;}
.header_link_area{display:none;}

@media screen and (max-width: 1200px){
    #header.is_sticky{position:fixed; top:0; height:43px; -webkit-transition: all 0.1s; transition: all 0.1s;}
    #header.is_sticky .m_main_logo{top:22px;}
    #header.is_sticky .m_main_logo img{width:80%; margin:0 auto;}
    #header.is_sticky #menuToggle input{width:60px; height:40px;}
    #header.is_sticky #menuToggle{padding: 12px 0 0 20px !important;}
    #header.is_sticky .mobile_cart{top:14px;}
    .m_main_logo{display:block; max-width:150px; top:30px; position:absolute; left: 50%; transform: translate(-50%, -50%);}
    .m_main_logo.menu_index{z-index:-1;}
    .m_main_logo img{width:100%;}
    .header_link_area{z-index: 30; border:0px red solid; display: block; height: 50px;  position: absolute; width: 200px; top:30px; left: 0px; left: 50%; transform: translate(-50%, -50%);}
    .header_link_area.hide{display:none; z-index:-1 !important;}
    #header .header_wrap{width:100%; margin: 0 auto; text-align:center;}
    #header .header_section01 .header_section01_top{padding-top:15px;}
    #header .header_section01 .header_section01_top img{max-height:15px;}
    #header .header_section01 .header_section01_top .left{width:100%;}
    #header .header_section01 .header_section01_top ul li{text-align:center; display:inline-block; vertical-align:middle;}
    #header .header_section01 .header_section01_top .right{display:none;}
    /*nav mobile*/
    #menuToggle{display:block; position:fixed; top:0px; left:0px; padding:20px; z-index:20; -webkit-user-select:none; user-select: none;}
    #menuToggle a{text-decoration: none; color: #232323; transition: color 0.3s ease; border-bottom: 1px #eee solid; width: 100%; display: block; box-sizing: border-box; font-weight: 400; padding: 14px 20px 14px 30px; font-size: 15px;}
    #menuToggle a:hover{color:#121212;}
    #menuToggle #menuNav{display:block; width:70px; height: 70px; position: absolute; top: 0px; left: 0px; cursor: pointer; opacity: 0; z-index: 2; -webkit-touch-callout: none;}
    #menuToggle span{ display: block; width: 27px; height: 2px; margin-top:2px; margin-bottom: 5px; position: relative; background: #b02b74; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;}
    #menuToggle span:first-child{transform-origin: 0% 0%;}
    #menuToggle span:nth-last-child(2){transform-origin: 0% 100%;}
    #menuToggle.active > span{opacity:0.6; transform: rotate(45deg) translate(-2px, -1px); background: #fff;}
    #menuToggle.active > span:nth-last-child(3){opacity: 0; transform: rotate(0deg) scale(0.2, 0.2);}
    #menuToggle.active > span:nth-last-child(2){transform: rotate(-45deg) translate(0, -1px);}
    #menu{position: fixed; width: 85%; height:100vh; box-sizing:border-box; margin: -100px 0 0 -20px; padding:0px; padding-top:56px; background: #ededed; list-style-type: none; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; transform: translate(-100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);}
    .m_menu_index{background:#fff; width:100%; display:block; font-size:20px !important; box-sizing:border-box;}
    .ico_arrow{float:right;}
    #menuToggle.active > ul{transform: none;}
    .gnb_mob_head{width:100%; background:#b02b74; padding:13px 20px 20px 20px; box-sizing:border-box; text-align:right;}
    .gnb_mob_head ul li{display:inline-block; position:relative;}
    .gnb_mob_head ul li.gnb_mob_title,.mob_bar{color:#fff; font-size:19px; top:5px; padding:0 4px;}
    .mobile_logo{position:absolute; display:table; text-align:center; width:80%; top: 26px; right:30px; box-sizing:border-box; z-index:999;}
    .mobile_logo ul li{display:inline-block; font-size:12px;}
    .mobile_logo ul li.index img{ width:auto; height:16px;}
    .mobile_logo ul li.index .header_bar{border-right:1px #dbdde2 solid; margin:0 7px;}
    .mobile_logo img{width:170px; text-align:center; display:table-cell; margin:0 auto;}
    .btn_other_link img{text-align:center; margin:0 auto; height:17px; padding:17px 0; margin-top:30px;}
    .btn_other_link{border:0 !important; background-color:#fff; border:1px #dbdde2 solid; border-radius:5px;}
    .logo_mobile_index img{padding:16px 0 16px 16px; height:17px;}
    .menu_divi_area{margin-top:30px;}
    .accordion-menu {width: 100%; box-sizing:border-box; background: #fff; border-right:1px #dbdde2 solid;}
    .accordion-menu li .fa-chevron-down {color:black; right:12px; left:auto; transition: all ease 0.3s;}
    .accordion-menu li.open .fa-chevron-down {color:#b02b74; transform: rotate( 180deg );}
    .accordion-menu li:last-child .dropdownlink {border-bottom: 0;}
    .dropdownlink{cursor: pointer; display: block; font-size: 19px; letter-spacing:-0.03em; border-bottom: 1px solid #ccc;    color: #212121;    position: relative;    padding: 14px 20px 14px 30px;    box-sizing: border-box;    transition: all 0.3s ease-out;}
    .dropdownlink i{position: absolute; top: 17px; left: 16px;}
    .submenuItems{display: none; background: #f9f9f9;}
    .submenuItems a{display: block; color: #727272; padding: 12px 12px 12px 45px; transition: all 0.3s ease-out; }
    .sns{padding:10px 20px;}
    .sns ul li{padding:10px 5px;display:inline-block !important; vertical-align:text-top;}
    .sns ul li a{padding:0 !important;}
    .sns ul li a .icon_menu{background:#dedede; border-radius:50%; width:43px; height:40px; text-align:center; font-size:22px; vertical-align:middle; display:table-cell; padding-top:3px;}
    .sns_icon img{max-height:36px;}

    .icon_main_wrap{width:42px !important; height:42px; margin-top:-3px; border-bottom:1px #dbdde2 solid !important; text-align:center; background:#fff; border:1px #dbdde2 solid; border-radius:50%; padding:8px;}
    .icon_main_wrap .icon_main{font-size:24px; color:#b02b74;}
    .sns_icon{padding:0 8px 0 0;}
    .sns_icon:hover{opacity:.7;}
    .icon_m_nav{font-size:30px; color:#fff; position:absolute; top:0; left:10px; z-index:999;}

}

/* Footer 영역 */
#footer{background: #f8f1f5; padding: 60px 0;}
#footer .footer_wrap{display:flex; position:relative; flex-direction: row; flex-wrap: wrap;}
#footer .footer_wrap .footer_con01{width:140px; margin-right: 80px; text-align: center; color:#b02b74;}
#footer .footer_wrap .footer_con01 .footer_logo{margin-bottom: 10px;}
#footer .footer_wrap .footer_con01 .footer_cs{margin-bottom: 20px;}
#footer .footer_wrap .footer_con01 .footer_cs>p:nth-child(1){font-size: 22px; font-weight: 500; line-height: 1.2;}
#footer .footer_wrap .footer_con01 .footer_cs>p:nth-child(2){font-size: 18px;}
#footer .footer_wrap .footer_con01>a{background: #fff; width:100%; padding: 3px 0; display: block; color:#b02b74;}
#footer .footer_wrap .footer_con02{width:620px;}
#footer .footer_wrap .footer_con02 .footer_nav{display:flex; margin-bottom: 25px;}
#footer .footer_wrap .footer_con02 .footer_nav>li{display: flex;}
#footer .footer_wrap .footer_con02 .footer_nav>li::after{content: "|"; color:#b02b74; margin: 0 15px;}
#footer .footer_wrap .footer_con02 .footer_nav>li:last-child::after{display:none;}
#footer .footer_wrap .footer_con02 .footer_nav>li>a{font-size: 18px; color:#b02b74;line-height: 18px;}
#footer .footer_wrap .footer_con02 .footer_nav>li>a.private{color:#121212 !important;}
#footer .footer_wrap .footer_con02 .footer_info{font-size: 13px; color:#b02b74; line-height: 1.8; font-weight: 300; margin-bottom: 25px;}
#footer .footer_wrap .footer_con02 .footer_copy{font-size: 13px; color:#b02b74;}
#footer .footer_wrap .footer_con03{margin-left: auto;}
#footer .footer_wrap .footer_con03>ul{display:flex;}
#footer .footer_wrap .footer_con03>ul>li{margin-right: 7px;}
#footer .footer_wrap .footer_con03>ul>li:last-child{margin-right: 0;}
.logo_footer{position:absolute; top:0; right:0; max-width:120px;}
.logo_footer.escro{padding:15px 0 0 30px; right:11%;}
.logo_footer.main_bz{padding:40px 0 0 30px; right:11%;}
.logo_footer.escro2{padding:40px 0 0 30px; right:28%; max-width:70px;}
.logo_footer.innobiz{padding:15px 0 0 30px; right:20%; }

@media screen and (max-width: 1200px){
    #footer .footer_wrap .footer_con01{display:none;}
    #footer .footer_wrap .footer_con01 .footer_logo{text-align:center;}
    #footer .footer_wrap .footer_con01 .footer_logo img{height:40px;}
    #footer .page_wrap{padding:0 5%; box-sizing:border-box;}
    #footer .footer_wrap .footer_con02 .footer_info{font-size:11px;}
    #footer .footer_wrap .footer_con02 .footer_copy{text-align:left;}
    #footer .footer_wrap .footer_con02 .footer_nav>li>a{font-size:13px;}
    #footer .footer_wrap .footer_con02 .footer_info a{display:inline-block; font-size:14px; font-weight:700; color:#b02b74;}
}

/* 메인슬라이드 영역 */
.mainslider_area{width:1180px; margin: 0 auto 30px auto; position: relative; height: 580px;}
.mainslider_area .mainslider_point_img{position: absolute;}
.mainslider_area .mainslider_point_img.set01{left:540px; top:85px; z-index: 7;}
.mainslider_area .mainslider_point_img.set02{right:-80px; bottom:100px; z-index: 0;}
.mainslider_area .mainslider_point_img.set03{left:-110px; top:65px; z-index: 0;}
.mainslider_area .swiper-container{height: 100%;}
.mainslider_area .swiper-container-horizontal > .swiper-pagination-progressbar{top:360px; width:260px; height: 4px; --swiper-theme-color:#b02b74; background: rgba(0, 0, 0, 0.1);}
.mainslider_area .swiper-button-next, .mainslider_area .swiper-button-prev{top:356px; color:#b02b74; width:8px; height: 11px; margin: 0;}
.mainslider_area .swiper-button-next{background: url('../img/main_slider_next_icon.png')center center no-repeat; left: 300px;}
.mainslider_area .swiper-button-prev{background: url('../img/main_slider_prev_icon.png')center center no-repeat; left: 280px;}
.mainslider_area .swiper-button-next::after, .swiper-button-prev::after{display:none;}
.mainslider_area .mainslider_con{width:100%; height:100%; position: relative; z-index: 10;}
.mainslider_area .mainslider_con .mainslider_text{padding-top:50px; position: relative; z-index: 1;}
.mainslider_area .mainslider_con .mainslider_text>h1{font-size: 42px; font-weight: 700; margin-bottom: 20px; line-height:1.2; letter-spacing:-0.05em;}
.mainslider_area .mainslider_con .mainslider_text>h1.big{font-size:42px;}
.mainslider_area .mainslider_con .mainslider_text>h1>span{width:10px; height: 10px; display: inline-block; background: #b02b74; border-radius: 50%; margin-left: 10px;}
.mainslider_area .mainslider_con .mainslider_text>p{font-size: 18px; color:#828282; font-weight: 700;}
.mainslider_area .mainslider_con .mainslider_img{width:515px; height: 515px; position: absolute; right:135px; top:55px;}
.mainslider_area .mainslider_con .mainslider_img > img{max-width:none;}
.mainslider_area .mainslider_con .mainslider_img_full{width:100%; height: 515px; position: absolute; left:-20px; top:40px;}
.mainslider_area .mainslider_con .mainslider_img_full .bn_mob{width:100% !important;}
.mainslider_area .mainslider_con .img_ban_bottom{width:100%;}
.mainslider_area .mainslider_con .bt_slider:hover{opacity:0.9;}
.mainslider_area .mainslider_con .bt_slider.btn_multi{font-size:17px; text-align: center;}

.main_banner_title{max-width: 250px;}


.mainslider_area .mainslider_nav{background: #fff; position: absolute; bottom: 0; width:100%; padding-top:10px; height: 125px; z-index: 7; border-top: 2px solid #b02b74; display: flex; align-items: center;}
.mainslider_area .mainslider_nav>ul{display:flex; flex-direction: row; flex-wrap: wrap; padding-left: 20px;}
.mainslider_area .mainslider_nav>ul>li{margin-right: 42px;}
.mainslider_area .mainslider_nav>ul>li.last{margin-right: 0px;}
.mainslider_area .mainslider_nav>ul>li:last-child{margin-right: 0px;}
.mainslider_area .mainslider_nav>ul>li.m_vid{margin:0 15px 0 50px; display:inline-block; border-left:1px #dbdde2 solid; height:90px;}

.mainslider_area .mainslider_nav>ul>li.m_link{margin-right:40px; width:10%;}
.link_main img{width: 50px; max-height: 50px; margin:0 auto 10px;}
.mainslider_area .mainslider_nav>ul>li.m_link img{width:100% !important; height:100% !important;}
.mainslider_area .mainslider_nav>ul>li.m_link .link_txt{font-size:13px;}
.mainslider_area .mainslider_nav>ul>li>a{width:93%; margin:0 auto; text-align: center; color:#121212; font-weight: 600;}
.mainslider_area .mainslider_nav>ul>li.link_main>a{width:100%; text-align: center; color:#121212; font-weight: 600;}
.mainslider_area .mainslider_nav>ul>li>a:hover>p{color:#b02b74; font-weight: 600; z-index:0;}
.mainslider_nav .link_main{}
.main_link_icon:first-child{}
.main_link_icon{border:0px #dbdde2 solid; border-radius:10px; display:block;}

@media screen and (max-width: 1200px) {
    #header{height:60px; border-bottom: 1px #dbdde2 solid;z-index:50;}
    .mainslider_area .mainslider_con .bt_slider {background: #b02b74; margin: 20px 0; font-size: 16px; color: #fff; display: inline-block; padding: 10px 20px; border-radius: 4px; cursor: pointer; z-index:999; position: relative;}
}

@media screen and (max-width: 768px){
    .mainslider_area .mainslider_con .mainslider_text>h1.big{font-size:26px; margin-bottom:0 !important;}
    .mainslider_area .mainslider_con .mainslider_text>h1{line-height:1.3;}
    .mainslider_nav .link_main{width:calc(100%/5);}
    .mainslider_area .mainslider_point_img.set02{display:none !important;}
    .mainslider_area .mainslider_con .mainslider_img_full{width:100%; left:0;}
    .mainslider_area .mainslider_nav>ul>li.m_link{width:16%; vertical-align:text-top;}
    .mainslider_area .mainslider_nav>ul>li.m_link img{width:100px;}
    .mainslider_area .mainslider_nav>ul>li.m_link .link_txt{font-size:11px; word-break:keep-all;}
    .mainslider_area .mainslider_con .bt_slider{background:#b02b74; margin:12px 0; font-size:16px; color:#fff; display:inline-block; padding:12px 20px; border-radius: 4px; cursor:pointer;}
    .mainslider_area .mainslider_con .mainslider_img.size_a{width:420px !important; height: 420px !important; position: absolute; right:0px; top:130px;}
    .mainslider_area .mainslider_con .bt_slider.btn_multi{font-size:15px; text-align: center;}
}

@media screen and (max-width: 400px) {
    .mainslider_area .mainslider_con .mainslider_img.size_a{width:400px !important; height: 400px !important; position: absolute; right:0px; top:130px;}
}

/*메인*/
.container{width:100%; min-height:800px; display:block; position:relative; background-color:#f9f9f9;}
.container.white{background-color:#fff !important;}
.page_area .page_con.main_index{width:100% !important;}
.wrap{width:1200px; margin:0 auto; display:block; position:relative;}
.wrap ul li{display:inline-block;}
.wrap.intro{padding:100px 0; box-sizing:border-box;}
.btn_main_sel{opacity:1;}
.btn_main_sel:hover{opacity:0.9;}
@media screen and (max-width: 1200px){
    .container{min-height:700px;}
    .wrap.intro{padding:40px; box-sizing:border-box;}
}

/* 메인페이지 컨텐츠 */
.indexcon_area{padding: 50px 0 40px 0;}
.indexcon_area.v2{padding: 30px 0 40px 0;}
.indexcon_area .indexcon_title{position: relative; font-size:26px; text-align: center; margin-bottom: 60px;}
.indexcon_area .indexcon_title>p{font-size: 24px; color:#b02b74;}
.indexcon_area .indexcon_title>a{position: absolute; top:6px; right:0; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.indexcon_area .indexcon_title>a>p{font-size: 14px; font-weight: 700; color:#b02b74; margin-right: 5px;}
.indexcon_area .indexcon_title>a>p:last-child{margin-right: 0;}

.indexcon_area .indexcon_news>ul{display:flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.indexcon_area .indexcon_news>ul>li{width:230px; text-align: center; margin-right: 160px;}
.indexcon_area .indexcon_news>ul>li:last-child{margin-right: 0px;}
.indexcon_area .indexcon_news>ul>li .indexcon_news_imgarea{position: relative; margin-bottom: 20px;}
.indexcon_area .indexcon_news>ul>li .indexcon_news_imgarea .indexcon_news_imgarea_img{border-radius: 50%; overflow: hidden; width:230px; height: 230px;}
.indexcon_area .indexcon_news>ul>li .indexcon_news_imgarea .indexcon_news_imgarea_btn{position: absolute; right:0; bottom: 0;}
.indexcon_area .indexcon_news>ul>li .indexcon_news_txtarea .news_title{font-size: 20px; word-break:keep-all; line-height: 1.2; margin-bottom: 10px;}
.indexcon_area .indexcon_news>ul>li .indexcon_news_txtarea .news_date{font-size: 14px; color:#888;}

.indextv_area{padding: 60px;}
.indextv_area>div{display: flex; flex-wrap: wrap; flex-direction: row;}
.indextv_area>div>div.left{width:230px; padding-left: 20px;}
.indextv_area>div>div.right{width:920px; padding-top: 10px;}
.indextv_area>div>div.right .indextv_baro_btn{display:flex; align-items: center; margin-bottom: 30px; justify-content: flex-end;}
.indextv_area>div>div.right .indextv_baro_btn>p{font-size: 14px; font-weight: 700; color: #b02b74; margin-right: 5px;}
.indextv_area>div>div.right .indextv_baro_btn>p:last-child{margin-right: 0;}
.indextv_area>div>div.right>ul{display:flex; flex-direction: row; flex-wrap: wrap;}
.indextv_area>div>div.right>ul>li{width:170px; margin-right: 15px;}
.indextv_area>div>div.right>ul>li img{border:1px #121212 solid; width:100%;}
.indextv_area>div>div.right>ul>li>a>p{font-size: 14px; line-height: 1.2; font-weight:600; margin-top: 5px; width:100%; word-break:keep-all;}
.indextv_area>div>div.right>ul>li:last-child{margin-right: 0px;}

.indexcon_area>div>div.right{width:100%; padding-top: 10px;}
.indexcon_area>div>div.right .indextv_baro_btn{display:flex; align-items: center; margin-bottom: 30px; justify-content: flex-end;}
.indexcon_area>div>div.right .indextv_baro_btn>p{font-size: 14px; font-weight: 700; color: #b02b74; margin-right: 5px;}
.indexcon_area>div>div.right .indextv_baro_btn>p:last-child{margin-right: 0;}
@media screen and (max-width: 1200px){
    .indexcon_area>div>div.right .indextv_baro_btn{margin-right:15px;}
}

/*메인 - 이벤트 슬라이드 영역*/
.indexcon_slide .indexcon_slide_wrap{width:1000px; margin: 0 auto;}
.indexcon_slide .indexcon_slide_wrap .indexcon_slide_con{background: #fff; border-radius: 500px; padding: 10px;}
.indexcon_slide .indexcon_slide_wrap .indexcon_slide_con .indexcon_slide_con_wrap{display: flex;flex-wrap: wrap; flex-direction: row; align-items: center;}
.indexcon_slide .indexcon_slide_wrap .indexcon_slide_con .indexcon_slide_con_wrap .left{width:72%; padding-left: 60px;}
.indexcon_slide .indexcon_slide_wrap .indexcon_slide_con .indexcon_slide_con_wrap .left>h1{font-size: 30px; font-weight: 300; margin-bottom: 10px;}
.indexcon_slide .indexcon_slide_wrap .indexcon_slide_con .indexcon_slide_con_wrap .left>a{font-size: 16px; color:#fff; background: #b02b74; border-radius: 500px; display: inline-block; padding: 3px 15px;}
.indexcon_slide .indexcon_slide_wrap .slick-arrow{position: absolute; top:60px; outline: none; border: 0; cursor: pointer; width:19px; height: 46px; font-size: 0;}
.indexcon_slide .indexcon_slide_wrap .slick-arrow.slick-prev{left:-90px; background: url('img/eventslide_btn_prev.png')center center no-repeat;}
.indexcon_slide .indexcon_slide_wrap .slick-arrow.slick-next{right:-90px; background: url('img/eventslide_btn_next.png')center center no-repeat;}
.indexcon_slide .indexcon_slide_wrap .slick-dots{display:flex; flex-direction: row; flex-wrap: wrap; position: absolute; bottom: -50px; left: 50%; transform: translate(-50%,0);}
.indexcon_slide .indexcon_slide_wrap .slick-dots>li{width:50px; height: 5px; background: #dadada; margin-right: 7px; border-radius: 500px; cursor: pointer;}
.indexcon_slide .indexcon_slide_wrap .slick-dots>li.slick-active{background: #b02b74;}
.indexcon_slide .indexcon_slide_wrap .slick-dots>li:last-child{margin-right: 0px;}
.indexcon_slide .indexcon_slide_wrap .slick-dots>li>button{display: none;}

/*서브페이지-타이틀*/
.container .key_visual{width:100%; height:190px; overflow:hidden; position:relative; vertical-align:middle; z-index:1;}
.container .key_visual .sub_title_area.bg_purple_about{background:url('../img/shutterstock_722761699.jpg') center center no-repeat;}
.container .key_visual .sub_title_area.bg_purple_business{background:url('/asset/img/title_bg_business.jpg') center center no-repeat;}
.container .key_visual .sub_title_area.bg_purple_partner{background:url('/asset/img/title_partner_area.png') center center no-repeat;}
.container .key_visual .sub_title_area.bg_purple_contact{background:url('/asset/img/title_bg_contact.jpg') center center no-repeat;}


.container .key_visual .sub_title_area.bg_pm_about{background:url('/asset/img/bg_about_om.jpg') center center no-repeat;}
.container .key_visual .sub_title_area.bg_pm_business{background:url('/asset/img/what-makes-a-good-blog_1672px.jpg') center center no-repeat;}

.container .key_visual .sub_title_area{width:100%; height:235px; display:block;
    background-size: cover !important;
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: transform 5000ms ease-in-out;
    -moz-transition: transform 5000ms ease-in-out;
    -o-transition: transform 5000ms ease-in-out;
    -ms-transition: transform 5000ms ease-in-out;
    transition: transform 5000ms ease-in-out;
}
.container .key_visual .sub_title_area.active{
    -ms-transform: scale(1.0,1.0) rotate(0.002deg);
    -o-transform: scale(1.0,1.0) rotate(0.002deg);
    -moz-transform: scale(1.0,1.0) rotate(0.002deg);
    transform: scale(1.0,1.0) rotate(0.002deg);
}
.container .key_visual .sub_title_info{position:absolute; width:100%; height:100%; margin:0 auto; display:table; top:53px; left:0; text-align:center; vertical-align:middle;}
.container .key_visual .sub_title_info .sub_title_text{display:table-cell; margin:0 auto; border:0px red solid; display:inline-block; vertical-align:middle; width:1200px; text-align:center;}
.container .key_visual .sub_title_info .sub_title_text.system{width:100% !important;}
.container .key_visual .sub_title_info .sub_title_text.system h2{color:#121212 !important; font-weight:400 !important;}
.container .key_visual .sub_title_info .sub_title_text h3{color:#fff; font-size:15px; font-weight:400;}
.container .key_visual .sub_title_info .sub_title_text h3 span.location:after{content:">"; vertical-align:middle; padding:0 10px; font-size:10px; color:#fff;}
.container .key_visual .sub_title_info .sub_title_text h3 span.location.none:after{content:">"; vertical-align:middle; padding:0 10px; font-size:10px; color:#b02b74;}
.container .key_visual .sub_title_info .sub_title_text h2{color:#fff; font-size:43px; font-weight:500; padding-top:20px; letter-spacing:-0.03em;}
.agreeArea.join_auth{margin-left: 0px;  margin-right: 0px; padding: 0 0 100px 0;}
.tit_wrap_form{width:80%; margin:30px auto;}
.tit_form_tp1{text-align: center; width:100%; font-size:25px;}
.desc_form_tp1{text-align: center; width:100%; font-size:14px; padding:10px 0 0 0; font-weight: 300;}
.icon_auth{vertical-align: middle; font-size:20px; opacity:.7; padding:0 2px 0 0;}
.check_out_nation{background-color: #fff5f5; font-size:15px;}
.btn_oversea{background:#eee; color:#999; font-size:14px; border-top:1px #dbdde2 solid; padding:10px 20px; text-align: center;}
.btn_oversea_auth{background:#fff; color:#999; font-size:14px; border:1px #999 solid; padding:10px 20px; text-align: center;}
.passed_txt{font-size:14px !important;}

@media screen and (max-width: 1200px){
    .wrap{width:100%; padding:40px 0; margin:0 auto; display:block; position:relative;}
    .wrap ul li{width:auto; text-align:center;}
    .wrap ul li img{width:100%; max-width:555px; margin:0 auto; position:relative;}
    .division{width:90%; height:1px; background-color:#dbdde2;}
    .container .key_visual.system{width:100%; /* height:120px; */}
    .container .key_visual .sub_title_info .sub_title_text.system h2{font-size:28px;}
    .indextv_area>div>div.right a{margin-bottom:15px;}
    .container .key_visual .sub_title_info .sub_title_text.system{width:100% !important; font-size:23px; }
}


/*서브페이지-about*/
.main_slogan{text-align:center;}
.logo_about{width:100%; display:inline-block; padding:60px 0; text-align:center; border:1px #dbdde2 solid; margin:0 auto;}
.logo_about img{text-align:center; margin:0 auto;}
.about_img{width:100%; height:350px; overflow:hidden; padding:0 10px 0 0; margin:60px 0 0 0; box-sizing:border-box;}
.about_img img{width:100%; border:1px #dbdde2 solid}
@media screen and (max-width: 1200px){
    .logo_about img{width:80%; text-align:center; margin:0 auto;}
    .about_img{height:200px; margin:20px 0 0 0; box-sizing:border-box;}
}
.intro_desc{margin:60px 0 0 0;}
.intro_desc p{font-size:21px !important;}
.about_pm_poster img{width:100%;}
.about_pm_innertext{padding:0 40px 0 0; box-sizing:border-box;}
@media screen and (max-width: 1200px){
    .intro_desc p{font-size:18px !important;}
    .about_pm_innertext{padding:0 0px 0 0; box-sizing:border-box;}
    .about_pm_poster img{width:100%; margin-top:40px;}
}

h1,h3{margin:0;}
/*font-weight:500{font-weight:300 !important; word-break:keep-all; line-height:1.7; padding:0 0 40px 0;}*/
.btn-type1{display:block;width:170px;line-height:50px;color:#ccc; margin:30px auto; font-size:16px; text-align:center;border-radius:0px;background:#fff; border:1px #dbdde2 solid; z-index:10;}
.btn-type1:hover{background-color:#fafafa; color:#121212;}
.btn-type2{display:inline-block;min-width:175px; padding:0 30px; line-height:50px;color:#fff;font-size:16px; text-align:center;border-radius:40px;background:#333;}
.btn-type2 .item{position:relative;top: 22px;display:inline-block;width: 7px;height: 7px;margin-left: 15px;vertical-align: top;}
.btn-type2 .item:before{position:absolute;top:0;left: 3px;width:1px;height:100%;background:#fff;display:block;content:"";}
.btn-type2 .item:after{position:absolute;top: 3px;left:0px;width:100%;height:1px;background:#fff;display:block;content:"";}
.back-color:before{position:absolute;bottom:0;display:block;content:"";width:100%;background:#f4f4f4;z-index:-1;}
.back-color.back-type1:before{position:absolute;top:40px;display:block;content:"";width:100%; height:auto; background:#f4f4f4;z-index:-1;}
.back-color.back-type2:before{position:absolute;top:120px;display:block;content:"";width:100%; height:auto; background:#f4f4f4;z-index:-1;}
.more-icon{position:absolute; width: 60px;height: 60px;border-radius: 50%;display: block;transition:all 0.2s; }
.more-icon:before{position:absolute;display:block;content:"";width: 1px;height: 26px;background: #333;left: 50%;top: 50%;margin-left: -1px;margin-top: -13px;}
.more-icon:after{position:absolute;display:block;content:"";width: 26px;height: 1px;background: #333;left: 50%;top: 50%;margin-top: -1px;margin-left: -13px;}
.main-title{font-size:4.5rem;font-family:'Noto Sans KR',sans-serif;font-weight:500;color:transparent;/*-webkit-text-stroke:1px #333;*/position:relative;letter-spacing:-3.2px; margin:0 0 20px 0; z-index:0;}
.main-title.small{font-size:3rem;font-family:'Noto Sans KR',sans-serif;font-weight:500;color:transparent;/*-webkit-text-stroke:1px #333;*/position:relative;letter-spacing:-3.2px; margin:0 0 20px 0; z-index:10;}
.main-title svg .inline{display:inline-block;}
.main-title * {width:100%; overflow:inherit; }
.main-title tspan{paint-order: stroke; stroke: #121212; stroke-width: 1px;  stroke-linecap: butt; stroke-linejoin: miter; fill: rgba(0, 0, 0);}
.main-title .b{font-weight:600; fill:#b02b74; stroke-width: 0px; }
.main-sub-title{font-size:18px; color:#333333;}
.info-title{line-height: 1.18;font-family:'Noto Sans KR',sans-serif;color:#333;letter-spacing: -1px;/* -webkit-text-stroke:1px #333; */font-weight: 600;font-size: 0;}
.info-title > *{display:inline-block;}
.info-title p{font-size:5rem;}
.info-title span.en{-webkit-text-stroke:0;display:inline-block;font-weight: 700;}
.info-title span.num{width:100px;height:100px;margin-right:30px;background:#333;color:#fff;text-align:center;line-height:100px;font-size:46px;font-weight: 600;letter-spacing: 2px;vertical-align: top;font-family:'Montserrat',sans-serif;}
.h-moreview{font-size:1rem;font-family:'Montserrat',sans-serif;font-weight:600;letter-spacing:-.2px;height:19px;display:inline-block;vertical-align:top;line-height:19px;padding-right:28px;background:url(../img/common/h_moreview.png) no-repeat right center}
/*.h-moreview:hover{background:url(../img/common/h_moreview_on.png) no-repeat right center}*/
section{position:relative;}
section .en{font-family:'Montserrat'; font-weight:500;}
footer{min-width:inherit;width:100%;position:relative;padding-top:145px}
footer div.wrap{width:1200px;}
.foot_bottom{margin:35px 0 0}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:1 !important;}
.section01{padding-top:50px}
.section01 .inner{padding-left:110px;box-sizing:border-box}
.section01 .top-value-wrap{overflow:hidden; margin:0;}
.section01 .top-value-wrap figure{margin:0;}
.section01 .top-value-wrap > *{float:left}
.section01 .text-box{margin-left:-40px;margin-top:30px}
.section01 .text-box .txt1{font-size:1.2rem;line-height:1.7;letter-spacing:-.5px;color:#121212;margin-top:40px;margin-bottom:85px}
.section01 .value_list{display:flex;margin-top:90px}
.section01 .value_list li{flex-basis:33.33%;width:33.33%;text-align:center;border-left:1px solid #e4e4e4;padding:50px 0}
.section01 .value_list .h1{font-family:'Montserrat' sans-serif;font-size:1.4rem;line-height:1.3;font-weight:600;color:#b02b74;position:relative;padding-bottom:18px;margin-bottom:18px}
.section01 .value_list .h1:after{content:'';position:absolute;bottom:0;left:50%;width:20px;height:3px;background:#b02b74;margin-left:-10px}
.section01 .value_list li:nth-child(2) .h1{color:#b02b74}
.section01 .value_list li:nth-child(3) .h1{color:#b02b74}
.section01 .value_list li:last-child{border-right:1px solid #e4e4e4}
.section01 .value_list .txt1{color:#121212;letter-spacing:-1px;font-size:1.2rem;line-height:1.7; width:60%; margin:0 auto;}
.section02{padding-top:135px}
.section02 .inner > *{padding-left:110px}
.section02 .main-title:before{width:90px;height:4px;background:#333;position:absolute;top:52px;left:0;content:''}
.section02 .img-layout{margin-top:30px; display:block;}
.section02 .img-layout > div{display:inline-block; width:49%; vertical-align:text-top;}
.section02 .img-layout .sub_pic1 img{width:100%; height:350px; overflow:hidden; max-height:auto;}
.section02 .item{position:relative}
.section02 .item:hover .text{opacity:1}
.section02 .text{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1rem;letter-spacing:-.5px;line-height:1.6;opacity:0;transition:.3s}
.section02 .figure{margin-top:88px}
.section02 .figure img{image-rendering:crisp-edges}
.section03{position:relative;padding-top:130px}
.section03 .inner > *{padding-left:110px}
.section03 .art_list{display:flex;justify-content:space-between;margin-top:85px}
.section03 .art_list .txt1{text-align:center;font-size:1.7rem;line-height:1.7rem;color:#777;letter-spacing:-.4px;margin-top:28px}
.section03 .art_list .more{display:inline-block;vertical-align:top;left:50%;position:relative;margin-left:-15px;margin-top:18px}
.section03 .main-title:before{width:90px;height:4px;background:#333;position:absolute;top:52px;left:0;content:''}
.section03 .poster_sub_2{max-width:1100px; margin-top:50px;}
.section03 .poster_sub_2 img{width:100%;}
.mobile{display:none;}
.desktop{display:block;}

@media screen and (max-width: 1200px){
    .section01 .inner{padding-left:0px;box-sizing:border-box}
    .section01{padding-top:0;}
    .section01 .text-box{margin-left:0;}
    .main-title{font-size:3.5rem;}
    .section01 .text-box .txt1{margin-top:100px;}
    .mobile{display:block;}
    .desktop{display:none;}
    /*font-weight:500{padding:80px 0 0 0;}*/
    .section02 .img-layout{margin-top:30px; display:block;}
    .section02 .img-layout > div{display:inline-block; width:49%; vertical-align:text-top;}
    .section02 .img-layout .sub_pic1 img{width:100%; height:auto; max-height:auto;}
}

@media screen and (max-width: 768px){
    .section01 .inner{padding-left:0px;box-sizing:border-box}
    .section01{padding-top:0;}
    .section01 .text-box{margin-left:0;}
    .main-title{font-size:2.3rem;}
    .mobile{display:block;}
    .desktop{display:none;}
    figure.img img{width:100%; margin-top:-50px;}
    .brand_01{ margin-top:-70px !important;}
    .section01 .text-box .txt1{margin-top:10px; margin-bottom:40px; font-size:1rem;}
    .section01 .value_list{margin-top:0; display:block;}
    .section01 .value_list li{width:100%; flex-basis:100%; padding:15px 0; border-left:0; border-top:1px #dbdde2 solid; text-align:left;}
    .section01 .value_list li:last-child{border-right:0;}
    .section01 .value_list .h1{font-size:1rem; font-family:sans-serif;}
    .section01 .value_list .h1:after{left:12px;}
    .section01 .value_list .txt1{font-size:1rem; width:100%;}

    .section02{padding-top:100px;}
    .section02 .main-title{padding-left:0}
    .section02 .main-title:before{display:none;}
    .section02 .inner > *{padding-left:0;}
    /*font-weight:500{font-size:1rem;}*/
    .section02 .img-layout{margin-top:30px; display:block;}
    .section02 .img-layout > div{display:inline-block; width:49%;}
    .section02 .img-layout .sub_pic1 img{width:100%; height:auto; max-height:auto;}
    .section03{padding-top:100px;}
    .section03 .inner > *{padding-left:0;}
    .section03 .main-title:before{display:none;}
    /*font-weight:500{padding:0px 0;}*/
}

/*서브페이지-교육이념*/
.sub_philo_box{position:relative; margin-bottom:170px;}
.sub_philo_box ul li{width:49%; display:inline-block; vertical-align:text-top;}
.sub_philo_box .info{margin-top:40px; position:relative;}
.desc{font-size:18px; line-height:1.7; color:#121212; font-weight:300 !important; word-break:keep-all;}
.s_link{width:100%; margin-top:10px; margin-left:-20px;}
.s_link ul li{width:20%;}
.m_link2 img{width:100%;}
.link{border-bottom:1px #b02b74 solid; margin:15px 0 0 0; display:inline-block;}
.link a{color:#b02b74;}
.icon-link{font-size:25px; vertical-align:middle;}

@media screen and (max-width: 1200px){
    .poster img{width:100%;}
    .sub_philo_box ul li{width:100%; padding:10px 0;}
    .s_link ul li{display:inline-block; width:calc(90%/4);}
}

@media screen and (max-width: 768px) {
    .sub_philo_box ul li{width:100%; padding:0;}
    .main-title.small{font-size:2.5rem;}
    .desc{font-size:1rem;}
    .sub_philo_box{margin-bottom:100px;}
    .s_link ul li{display:inline-block; width:calc(90%/4);}
}

/*서브페이지-오시는길*/
.tit2{position: relative;padding-left: 20px;margin-top: 35px;font-size:24px;color:#333;font-weight: 600;line-height: 1.65;letter-spacing: -0.1px;}
.txt1.sec2{margin-top:15px;}
.tit2:before{position: absolute;top: 11px;left: 0;display:inline-block;content:"";vertical-align: top;width: 10px;height: 2px;background: #333;}
.txt1,.m60 .txt2{font-size:1.2rem; line-height:1.8; word-break:keep-all; letter-spacing: -.4px; color:#121212;}
.txt1{margin-top:5px;}
.icon_sub_map{font-size:17px; color:#121212; background:#f1f1f1; padding:10px; border-radius:100%; margin:0px 10px 0 0;}
.map_area{background:#f1f1f1; }

@media screen and (max-width: 1200px){
    .main-title.location{font-size:2.5rem;}
    .tit2{font-size:1.5rem;}
    .division.map{margin:60px 0;}
}
@media screen and (max-width: 768px){
    .main-title.location{font-size:2rem;}
    .tit2{font-size:1rem;}
    .icon_sub_map{display:none;}
    .txt1, .m60 .txt2{font-size:1rem; line-height:1.5;}
}

/*서브페이지-공지사항*/
.board_list .list-wrap{border-top: 2px solid #333;}
.board_list .list-wrap .contents .s-tit{font-size: 17px;color: #333; font-weight: 500;}
.board_list .list-wrap .contents .tit1{ font-size: 20px;color: #333; font-weight: 500;}
.board_list .list-wrap .contents .tit1:hover{color:#b02b74; text-decoration:underline;}
.board_list .list-wrap .contents .tit2{font-size: 26px;color: #333; font-weight: 500;}
.board_list .list-wrap .contents .txt1{font-size: 17px;color: #777;font-weight: 400;}
.board_list .list-wrap li{position:relative; display:table; width: 100%;border-bottom: 1px solid #d7d8d8; box-sizing:border-box;}
.board_list .list-wrap li > *{  position: relative;  display: table-cell; vertical-align: middle;}
.board_list .list-wrap li a{display:block; box-sizing: border-box;}
.board_list .list-wrap li .more-icon{z-index:-1;}
.board_list .list-wrap li:hover .more-icon{background:#333; transform:rotate(90deg);}
.board_list .list-wrap li:hover .more-icon:before,.board_list .list-wrap li:hover .more-icon:after{background:#fff;}
/*notice list*/
.board_list .banner-area{margin-bottom:80px;}
.board_list .banner-area a{display:block;}
.board_list .notice-area li{height:90px;}

@media screen and (max-width: 768px){
    .board_list .list-wrap .contents .tit1{ font-size:16px; padding:0 0 0 20px; color: #333; font-weight: 500;}
    .board_list .notice-area .date .md{font-size:13px !important;}
}

.board_list.portfolio{padding:0 0 150px 0;}
.board_list .portfolio-area{font-size:0;}
.board_list .portfolio-area li{width:calc(96%/2); text-align: center; cursor:pointer; margin: 20px 10px; position: relative; box-sizing: border-box; font-size:14px; display: inline-block;}
.board_list .portfolio-area li .th_img{width:100%; border:1px #eee solid;}
.board_list .portfolio-area li .hover{position: absolute; z-index: 10; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); display: none;}
.board_list .portfolio-area li .txt-circle{width:50px; height:50px; padding-top:14px; position: absolute; top:50%; transform: translateY(-50%);  border-radius: 50%; background:#fff; text-align: center; display: inline-block; font-size:16px;}
.swiper-wrapper.portfolio{text-align: center;}
.swiper-wrapper.portfolio .swiper-slide{margin:0 auto;}
.portfolio_vod{width:80%; margin:0 auto; height: 540px; display: block; border:0;}
.portfolio_img{width:auto; max-height:450px;}
.slide_btn{position: absolute; top:0; z-index: 10; font-size:20px; cursor: pointer;}
.slide_btn.button-next{right:0;position: absolute; top:50%; transform: translateY(-50%);}
.slide_btn.button-prev{left:0;position: absolute; top:50%; transform: translateY(-50%);}
.slide_btn_icon{font-size:60px; }

.board_list .portfolio-area li.block3{width:calc(95%/3); text-align: center; cursor:pointer; margin: 20px 10px; position: relative; box-sizing: border-box; font-size:14px; display: inline-block;}


@media screen and (max-width: 764px){
    .board_list .portfolio-area li{width:100%; text-align: center; cursor:pointer; margin:0; padding:30px; position: relative; box-sizing: border-box; font-size:14px; display: inline-block;}
    .board_list .portfolio-area li.block3{width:100%;}
    .portfolio_vod{width:70%; margin:5% auto; height: 200px; display: block; border:0;}
    .portfolio_img{width:auto; max-height:200px;}
    .board_view.portfolio .contents .title{font-size:22px;}
}

.board_list .notice-area .date{
    width: 135px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.board_list .notice-area .date .md{font-size: 21px;color: #333;font-weight: 400;}
.board_list .notice-area .date .year{
    font-size: 15px;
    font-weight: 600;
}
.board_list .notice-area .contents a{
    display: block;
    padding: 0 245px 0 20px;
}
.board_list .notice-area .contents .txt1{margin-top: 7px;}
.board_list .notice-area .contents .more-icon{top: 40px;right: 30px;}
.more-icon{position:absolute; width: 60px;height: 60px;border-radius: 50%;display: block;transition:all 0.2s; }
.more-icon:before{position:absolute;display:block;content:"";width: 1px;height: 26px;background: #333;left: 50%;top: 50%;margin-left: -1px;margin-top: -13px;}
.more-icon:after{position:absolute;display:block;content:"";width: 26px;height: 1px;background: #333;left: 50%;top: 50%;margin-top: -1px;margin-left: -13px;}
.board_view .contents{margin-top:95px;}
.board_view .contents .head{padding-bottom:35px;border-bottom:1px solid #c7c7c7}
.board_view .contents .body{padding-top:65px;padding-bottom:70px;border-bottom:1px solid #c7c7c7; font-size:17px;  line-height:2; font-weight:400;}
.board_view .contents .body iframe {max-width:100%;}
.board_view .contents .title{font-size:2rem;line-height:1.25;color:#333;text-align:center;font-weight:500;letter-spacing:-.5px}
.board_view .contents .title-item{font-size:22px;font-weight: 400;color:#777;text-align:center;letter-spacing:-.1px;margin-bottom: 7px;}
.board_view .contents .title-date{font-size:17px;line-height:1.25;color:#777;text-align:center;letter-spacing:-.1px; margin-top:10px;}
.board_view .contents .body img{width:auto;max-width:100%!important; display:block; margin:40px auto 40px;}
.file-atch{padding:15px 20px; border-bottom:1px #dbdde2 solid; background:#fafafa;}
.file-atch a{text-decoration:underline; display:inline-block;}
.icon-brd{padding:5px 8px 0 0; opacity:0.4;}
.e_ {overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box;}

@media screen and (max-width: 1200px){
    .board_list .notice-area .date .md{font-size:16px;}
    .board_list .notice-area .contents a{padding:0 20px 0 0;}
    .board_view .contents{width:95%; margin:40px auto;}
}

/*서브페이지-business*/
.btn_contact{margin:80px 0;}
.division_line{width:100%; height:1px; background-color:#dbdde2; display:block; margin:100px 0 0 0;}
.contents_wrap{width:1200px; margin:0 auto; padding:100px 0; position:relative;}
.contents_wrap .sub_bg{position:relative; width:100%;}
.contents_wrap .sub_bg .circle1{top:-150px; left:-80px; position:absolute; opacity:.4;}
.contents_wrap .sub_bg .circle2{top:0px; right:0px; position:absolute;}
.contents_wrap .sub_bg .circle3{top:-30px; left:0px; position:absolute; opacity:1;}
.contents_wrap .sub_bg .circle4{top:-80px; left:40px; position:absolute; opacity:.4;}
.contents_wrap .sub_bg .circle5{top:0px; right:0px; position:absolute;}
.contents_wrap .sub_bg .circle6{top:24px; left:0px; position:absolute; opacity:1;}
.contents_wrap.faq{padding:0 0 150px 0 !important;}

.contents_wrap.t1{padding:0px 0 !important;}
.contents_wrap.t1 h5{color:#888;}
.contents_wrap.t2{padding:30px 0 !important;}
.contents_wrap.t5{padding:50px 0 !important;}
.contents_wrap.contact{padding:0 !important;}
.contents_wrap .purple_motive1{position:absolute; left:-50px; top:-60px; z-index:0;}
.contents_wrap .purple_motive2{position:absolute; right:-50px; top:-30px; z-index:0;}
.contents_wrap .purple_motive3{position:absolute; left:0px; top:0px; z-index:0;}
.contents_wrap .sub_cont_title{margin:100px 0 0 0; position:relative;}
.contents_wrap .sub_cont_title.first{margin:0 0 0 0;}
.contents_wrap .sub_cont_title h3{display:block; width:100%; font-size:52px; color:#121212; letter-spacing:-0.03em; font-weight:200 !important;}
.contents_wrap .sub_cont_title .iden_dot{display:inline-block; width:10px; height:10px; margin:0 0 0 5px; border-radius:10px; background:#b02b74;}
.contents_wrap .sub_cont_container .sub_cont_desc h5{color:#b02b74; font-size:32px; line-height:1.5; letter-spacing:-0.03em; margin:80px 0 15px 0;}
.contents_wrap .sub_cont_container .sub_cont_desc{font-size:25px; color:#121212; line-height:1.8; font-weight:200; word-break:keep-all;}
.contents_wrap .sub_cont_container .sub_cont_desc.layout_half{width:100%; display:block; position:relative;}
.contents_wrap .sub_cont_container .sub_cont_desc.layout_half ul{padding:0; margin:0; font-size:0;}
.contents_wrap .sub_cont_container .sub_cont_desc.layout_half ul li{display:inline-block; width:calc(100%/2); vertical-align:text-top;}
.contents_wrap .sub_cont_container .sub_cont_desc.layout_half ul li .inner_txt{font-size:25px; box-sizing:border-box; padding:0 5% 0 0;}
.contents_wrap .sub_cont_container .sub_cont_desc.layout_half ul li .poster img{width:100%;}
.contents_wrap .sub_cont_container .sub_cont_desc .viewbox{margin:50px 0;}
.contents_wrap .sub_cont_container .contents_slider{position:relative; margin:50px 0;}
.contents_wrap .sub_cont_container .contents_slider .thumb img{width:100%;}
.contents_wrap .sub_cont_container .contents_slider .thumb{box-sizing:border-box; padding:10px 5px; opacity:0.5;}
.contents_wrap .sub_cont_container .contents_slider .thumb.is-active{opacity:1;}
.contents_wrap .sub_cont_container .contents_slider .thumb.is-active img{box-shadow: 0 0 0 2px #b02b74 inset; }
@media screen and (max-width: 1200px){
    .contents_wrap .sub_bg{display:none;}
    .division_line{margin:80px 0 0 0;}
    .container .key_visual .sub_title_info .sub_title_text{width:100%;}
    .container .key_visual{height:140px; z-index:0;}
    .container .key_visual .sub_title_info .sub_title_text h3{font-size:7px;}
    .container .key_visual .sub_title_info .sub_title_text h2{font-size:35px;}
    .contents_wrap{width:100%; box-sizing:border-box; padding:70px 5%;}
    .sub_cont_desc .poster img{width:100%;}
    .btn_contact img{width:100%;}
    .arrowSlider{display:none;}
    .slick-active img{width:100%;}
    .container .key_visual .sub_title_info{top:38px;}
    .contents_wrap .sub_cont_title{margin:70px 0 0 0;}
    .contents_wrap .sub_cont_title h3{font-size:30px; line-height:1.3;}
    .contents_wrap .sub_cont_title .iden_dot{width:6px; height:6px; border-radius:5px;}
    .contents_wrap .sub_cont_container .sub_cont_desc h5{font-size:21px; margin:50px 0 10px 0;}
    .contents_wrap .sub_cont_container .sub_cont_desc{font-size:18px;}
    .contents_wrap .sub_cont_container .sub_cont_desc.layout_half ul li{width:100%;}
    .contents_wrap .sub_cont_container .sub_cont_desc.layout_half ul li .inner_txt{font-size:18px;}
    .contents_wrap .sub_cont_container .sub_cont_desc.layout_half ul li .poster{margin-top:30px;}
    .footer_copy{font-size:13px !important;}
    .slider-nav{display:none;}
    .contents_wrap .purple_motive1{display:none;}
    .contents_wrap .purple_motive2{display:none;}
    .contents_wrap .purple_motive3{display:none;}
    .contents_wrap.faq{padding:0 5% 100px !important;}
}
@media screen and (max-width: 768px){
    .container .key_visual .sub_title_info{top:25px;}
    .container .key_visual{height:110px;}
    .container .key_visual .sub_title_info .sub_title_text h2{font-size:27px; font-weight:600; padding-top:10px;}
    .container .key_visual .sub_title_info .sub_title_text h3{font-size:10.5px;}
}

/*서브페이지-partner*/
.contents_wrap .sub_cont_container .sub_cont_desc .partner_logo{width:100%; position:relative; margin:50px 0;}
.contents_wrap .sub_cont_container .sub_cont_desc .partner_logo ul{font-size:0;}
.contents_wrap .sub_cont_container .sub_cont_desc .partner_logo ul li{border:1px #dbdde2 solid; display:inline-block; width:19%; margin:5px; box-sizing:border-box;}
.contents_wrap .sub_cont_container .sub_cont_desc .partner_logo ul li img{width:100%;}
.contents_wrap .sub_cont_container .sub_cont_desc .partnership_desc{margin:0 0 0 10px;}
.contents_wrap .sub_cont_container .sub_cont_desc .partnership_desc li{display:block; width:100% !important; border:0px red solid;text-indent: -0.5em;}
.contents_wrap .sub_cont_container .sub_cont_desc .partnership_desc li.order_list{padding:0 0 12px 0;}
.contents_wrap .sub_cont_container .sub_cont_desc .partnership_desc li:before{content:"·"; padding:0 7px 0 0; }
.poster.partnership{margin-top:-100px;}
@media screen and (max-width: 1200px){
    .contents_wrap .sub_cont_container .sub_cont_desc .partner_logo{margin:20px 0;}
    .contents_wrap .sub_cont_container .sub_cont_desc .partner_logo ul li{width:30%; margin:5px; box-sizing:border-box;}
}

/*서브페이지-pmcompany*/
.contents_wrap .sub_cont_container .sub_cont_desc.layout_half.pm_business{margin:200px 0;}
.contents_wrap .sub_cont_container .sub_cont_desc.layout_half.pm_business h5{width:100%;}
.pm_title{margin:0px 0 15px 0 !important;}
.poster_pm_3{width:90% !important; float:right; padding:20px 0 0 0;}
@media screen and (max-width: 1200px){
    .contents_wrap .sub_cont_container .sub_cont_desc.layout_half.pm_business{margin:80px 0;}
}

/*Contact Form*/
.contact_form .contact_row{display:flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 25px; align-items: center;}
.contact_form .contact_row:last-child{margin-bottom: 0;}
.contact_form .contact_row .title_area{width:10%; font-size: 18px;}
.contact_form .contact_row .title_area>span{color:red; margin-left: 5px;}
.contact_form .contact_row .input_area{width:90%;}
.contact_form .contact_row .input_area input{width:60%; border: 1px solid #ddd; font-size: 18px; padding: 12px;}
.contact_form .contact_row .input_area input.num{width:20%; text-align: center;}
.contact_form .contact_row .input_area input.file{border:0; font-size: 16px; padding-left: 0; width: auto; display: block;}
.contact_form .contact_row .input_area textarea{width:100%; min-height: 200px; border: 1px solid #ddd; padding: 12px;}
.contact_form .contact_row .input_area select{width:100%; border: 1px solid #ddd; padding: 12px;}
.contact_form .contact_row .input_area>p{font-size: 14px; color:#555; margin-top: 10px;}
.agree_form{padding: 60px 0; width:100%;}
.agree_form>p{font-size: 18px; text-align:center;}
.agree_form .scroll_area{width:100%; height: 200px; overflow-y: scroll; background: #fff; border: 1px solid #ddd; margin: 10px 0; padding: 15px; color:#555;}
.agree_form .check_area>label{margin-left: 10px;}
.send_area{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; margin:40px 0 100px 0;}
.send_area>a{width:300px; padding: 15px 0; text-align: center; border-radius:5px; font-size: 19px; color:#fff;}
.send_area>a.active{background: #b02b74; margin-right: 20px;}
.send_area>a.cancel{background: #ccc;}
.check_area{text-align:center; background-color:#f9f9f9; border:1px #dbdde2 solid; margin:30px 0; border-radius:6px; padding:20px 0;}
.contact_form .error{color:red !important; font-size:7px; font-weight:100; display:none;}
.contact_form .error.on{display:block;}

@media screen and (max-width: 1200px){
    .contact_form{padding:0 20px; box-sizing:border-box;}
    .contact_form .contact_row .input_area input{width:100%;}
    .contact_form .contact_row{display:block; flex-direction: row; flex-wrap: wrap; margin-bottom: 25px; align-items: center;}
}


/*title*/
.title_box{width:100%; background:#f8f8f8; padding:30px 0;}
.title_txt{text-align:center; font-size:2.1em; font-weight:400}

/*login*/
.loginWrap{width:410px; margin:0 auto; padding:30px 0 140px; overflow:hidden}

#MEM_PW{border:1px solid #e6e6e6; font-size:1.3em; width:100%;height:48px; padding-left: 10px; margin:3px 0; box-sizing: border-box;}
.input_text{border:1px solid #e6e6e6; font-size:18px; width:100%;height:48px; padding-left: 10px; margin:3px 0; box-sizing: border-box;}
.check{margin:8px 0 0px 0;font-size:15px; color:#949393;}
.btn_login{width:100%; background:#b02b74;border:1px solid #b02b74; color:#fff; font-size:22px; border-radius:0px; font-weight:500; text-align:center; padding:20px 0px; margin:20px 0px 15px 0px; }
.btn_login a{color:#fff !important;}
.btn_login a:hover{opacity:0.7;}
.txt_box{text-align:center; font-size:1.2em;}
.txt_box ul li{ display:inline-block; padding:0 15px; font-size:16px;}
.txt_box ul li.find, .txt_box ul li.nomember{ color:#949393;border-left:1px solid #d8d8d8}
.btn_simple{ width:100%; border-top:1px solid #d8d8d8; padding-top:18px; margin-top:60px; font-size:15px;}
.btn_simple .naver{width:49%; float:left; background:#2db400; color:#fff; font-size:1.3em;padding:15px 0px;  text-align:center}
.btn_simple .naver img{display:inline-block;vertical-align: bottom; width:20px; padding-right:8px }
.btn_simple .facebook{width:49%; float:right; background:#3b5997; color:#fff; font-size:1.3em;padding:11px 0px 10px 0;  text-align:center}
.btn_simple .facebook img{display:inline-block;vertical-align: middle; width:20px; padding:0px 8px 0px 0 }

/*join*/
.join_hi img{margin: auto}
.join_btn_simple .naver{width:100%; background:#2db400; color:#fff; font-size:1.3em;padding:12px 0px;  text-align:center; margin-bottom:10px}
.join_btn_simple .naver img{display:inline-block;vertical-align: bottom; width:20px; padding-right:8px }
.join_btn_simple .facebook{width:100%; background:#3b5997; color:#fff; font-size:1.3em;padding:8px 0px 7px 0;  text-align:center}
.join_btn_simple .facebook img{display:inline-block;vertical-align: middle; width:20px; padding:0px 8px 0px 0 }

/* Media Query */
@media all and (max-width:1200px) {
    .mainHeaderArea .gnb{display: none;}
    .mainHeaderArea .gnb2{display: block; visibility:visible }
    .title_box{display:none}
    .loginWrap{width:80%; padding:30px 0 0 0 ;}
    #MEM_PW{ font-size:1.3em; width:100%;height:36px; padding-left: 10px; margin:3px 0;}
    .input_text{ font-size:14px; width:100%;height:36px; padding-left: 10px; margin:3px 0;}
    .check{margin:8px 0 0px 0;font-size:14px; color:#949393;}
    .btn_login{ font-size:18px; padding:15px 0px; margin:20px 0px 15px 0px; }
    .txt_box ul li{padding:0 4px;font-size:14px;}
    .btn_simple{ width:100%; border-top:1px solid #d8d8d8; padding-top:18px; margin-top:40px}
    .btn_simple .naver{width:100%; font-size:1.3em;padding:12px 0px;  text-align:center; margin-bottom:10px}
    .btn_simple .naver img{display:inline-block;vertical-align: bottom; width:20px; padding-right:8px }
    .btn_simple .facebook{width:100%; font-size:1.3em;padding:8px 0px 7px 0;  text-align:center}
    .btn_simple .facebook img{display:inline-block;vertical-align: middle; width:20px; padding:0px 8px 0px 0 }
    .join_hi img{width:110px}
    .loginWrap .input_text{font-size:18px !important;}
}
.loginWrap input[type=checkbox] {    display: none;}
.loginWrap input[type=checkbox] + label {    display: inline-block;    cursor: pointer;    position: relative;    padding-left: 25px;    margin-right: 5px;    font-size: 13px;}
.loginWrap input[type=checkbox]:checked + label:before {    content: "\2713";    font-size: 18px;    font-weight: 800;    color: #fff;    background: #000;    text-align: center;    line-height: 18px;}
.loginWrap input[type=checkbox]+ label:before {    content: "";    display: inline-block;    width: 20px;    height: 20px;    margin-right: 10px;    position: absolute;    left: 0;    bottom: -5px;    background-color: #fff;    border: 1px solid #e6e6e6;}
.guideText.center {text-align: center; font-size: 1.1em;}
.guideText {margin-bottom: 2.2em; font-size: 1.05em; line-height: 1.5em;}
.guideText .guide_desc{font-size:15px; word-break: keep-all !important; line-height: 1.4; padding:20px 0 0px 0;}
.icon_guide{font-size:18px; vertical-align: middle; color:#ccc;}

.form_pur > div:first-child{margin:0 20px 0 0;}
.form_pur input[type=checkbox] {    display: none;}
.form_pur input[type=checkbox] + label {    display: inline-block;    cursor: pointer;    position: relative;    padding-left: 25px;    margin-right: 5px;    font-size: 13px;}
.form_pur input[type=checkbox]:checked + label:before {    content: "\2713";    font-size: 18px;    font-weight: 800;    color: #fff;    background: #000;    text-align: center;    line-height: 18px;}
.form_pur input[type=checkbox]+ label:before {    content: "";    display: inline-block;    width: 20px;    height: 20px;    margin-right: 10px;    position: absolute;    left: 0;    bottom: -5px;    background-color: #fff;    border: 1px solid #e6e6e6;}
.form_pur.center {text-align: center; font-size: 1.1em;}
.form_pur {margin-bottom: 2.2em; font-size: 1.05em; line-height: 1.5em;}

/*회원가입-step*/
.member_wrap{width:410px; margin:0 auto; padding:0 0 100px 0;}
.container .joinStep .step4 li {width:25%;}
.container .joinStep .step3 li {width:33.3%;}
.container .joinStep ul::after {content:""; clear:both; display:block;}
.container .joinStep li {float:left; text-align:center; box-sizing:border-box;}
.container .joinStep li span {display:block; position:relative; width:100%; height:50px; box-sizing:border-box; text-indent:.7em; font-size:1em; line-height:45px; color:#838383; background-color:#fafafa;}
.container .joinStep li span:before {content:''; position:absolute; z-index:7; right:-16px; top:0px; display:inline-block; width:16px; height:50px; background:url(../img/joinStep_arrow.png); background-size:100%;}
.container .joinStep li.red span {color:#fff; background-color:#b02b74; }
.container .joinStep li.red span:before {background:url(../img/joinStep_arrow_red.png); background-size:100%;}
.container .joinStep li.gray span {background-color:#f2f2f2; }
.container .joinStep li.gray span:before {background:url(../img/joinStep_arrow_gray.png); background-size:100%;}
.container .joinStep li:last-child span:before {display:none!important;}
.agreeArea {margin-left:-30px; margin-right:-30px; padding:0 0 100px 0;}
.agreeArea .sectionTitle {margin:50px 0px 0px;}
.agreeArea label {cursor:pointer;}
.agreeArea .allAgreeWide {padding:0 0px 1.5em; border-bottom:2px solid #838383;}
.agreeArea .allAgreeWide label {font-size:1.1em;}
.agreeArea .allAgreeWide p {margin-top:.5em; padding-left:31px; color:#7a7a7a; font-size:.77em; font-weight: 300; line-height:1.5em;}
.agreeArea .allAgree {text-align:right; font-size:1.1em; height:46px; margin-top:-46px; padding-right:30px; position:relative; z-index:90;}
.agreeArea .accordion {overflow:hidden;}
.agreeArea .accordion .title {position:relative; z-index:40; border-bottom:1px solid #e7e7e7;}
.agreeArea .accordion .title label {display:inline-block; font-size:1.1em; position:absolute; right:20px; top:13px; z-index:50!important;}
.agreeArea .accordion-section-title {display:block; position:relative; z-index:20; padding:20px 180px 20px 20px; box-sizing:border-box;}
.agreeArea .accordion-section-title h4 {font-size:1.1em; font-weight:500;}
.agreeArea .accordion-section-title h4 span {color:#7a7a7a; display:inline-block; font-weight:500;}
.agreeArea .accordion-section-title h4 span.required {color:#b02b74;}
.agreeArea .accordion-section-title.active:after {background-image:url(../img/icon_accordion_close.png);}
.agreeArea .accordion_content_wrap{padding: 0 20px 20px 20px;}
.agreeArea .accordion_content_wrap .accordion_content{border: 1px solid #e4e4e4; background: #f9f9f9; font-size: 14px; max-height: 85px; padding: 10px 15px; overflow-y: scroll; line-height: 1.6;}
.agreeArea .accordion-section:last-child .faq .accordion-section-title {border-bottom:none;}
.agreeArea .accordion-section-content {display:none; border-bottom:1px solid #e7e7e7; padding:0px 0px 0px 0px;}
.agreeArea .accordion-section-content .iframeWrap {position:relative; overflow:hidden; overflow-y:auto; width:100%; height:150px; height:15vh; padding-left:15px; -webkit-overflow-scrolling:touch; box-sizing:border-box;}
.agreeArea .accordion-section-content .policyBox {display:block; width:100%; height:150px; height:15vh; overflow:hidden;}
.agreeArea .accordion-section-content .additional {background-color:#f8f8f8; padding:10px 20px 20px 15px; border:1px solid #e7e7e7; border-bottom:0px;}
.agreeArea .accordion-section-content .additional label {display:block; position:relative; top:0px; right:0px; font-size:.9em; margin:10px 0px; padding-top:5px;}
.agreeArea .accordion-section-content .additional label .ez-checkbox {position:absolute;}
.agreeArea .accordion-section-content .additional label p {padding-left:35px;}
.agreeArea .accordion-section-content .additional .notice {color:#666; margin-top:15px;}
.btn_realname{width:100%; border:1px #b02b74 solid; background:#fff5fb; text-align: center; padding:13px 0; display: block; border-radius: 4px; cursor: pointer;}
.txt-desc-sub{font-size:13px; padding:0 0 0 5px;}
.btn_realname:hover{background:#ffdff2;}
.txt_check_complete{color:#32942d !important; padding:21px !important;}
.agree_link{text-decoration:underline;}
.ez-hide {display:inline-block; width:24px;height:20px;opacity:0;filter:alpha(opacity=0);}
.ez-checkbox {display:inline-block; width:24px; height:24px; margin-right:7px; position:relative; top:5px; background:url('../img/icon_ckBox.png') 0 0 no-repeat; background-size:100%; cursor:pointer;}
.ez-checkbox input {cursor:pointer;}
.ez-radio {display:inline-block; width:24px; height:24px; margin-right:7px; background: transparent url('../img/icon_radioBox.png') 0 0 no-repeat; cursor:pointer;}
.ez-checked {background-position:0px -24px;}
.ez-selected {background-position:0px -24px;}
.ez-checkbox, .ez-radio {zoom:1; *display:inline;_height:24px;}
.container .btnBox {margin-top:3em;}
.container .btnBox.topSpace {margin-top:1em;}
.container .btnBox::after {content:""; clear:both; display:block;}
.container .btnBox button {float:left; text-align:center; box-sizing:border-box;}
.container .btnBox .half:nth-child(1) {display:inline-block; width:39%; margin-right:1%;}
.container .btnBox .half:nth-child(2) {display:inline-block; width:54%; margin-left:1%;}
.btnWhite {width:100%; height:56px; color:#4f4f4f; border:1px solid #4f4f4f; background-color:#fff; font-size:1.1em;}
.btnWhite:disabled, .btnWhite.disabled {color:#a9a9a9; background-color:#f2f2f2; border:0px; cursor:default;}
.btnWhite.half{width:120px; margin:0 0 0 20px; font-size:17px !important;}

.btnWhite2 {width:100%; height:56px; border:1px solid #4f4f4f; background-color:#fff; font-size:1.1em; text-align:left;}
.btnWhite2:disabled, .btnWhite2.disabled {color:#a9a9a9; background-color:#f2f2f2; border:0px; cursor:default;}
.btnWhite2 span {display:block; text-align:left; line-height:2em; position:relative; background:url(../../images/icon_arrow_gray.png) center right 1em no-repeat; background-size:9px 13px; box-sizing:border-box;}
.btnWhite2 span em {display:inline-block; vertical-align:middle; width:33px; height:33px; margin:0 1.5em 0 1.7em;}
.btnWhite2 span em.ig {width:54px; margin:0 1.0em;}
.btnWhite2 span em.von_cdi {width:80px; height:30px; background: url(../../images/icon_bi_Von_cdi_w.png) center no-repeat; background-size:80px 30px;  margin:0 1.0em;}
.btnWhite2 span em.von_april {width:80px; height:30px; background: url(../../images/icon_bi_Von_april_w.png) center no-repeat; background-size:80px 30px; margin:0 1.0em;}
.btnBasic {width:100%; height:56px; color:#fff; background-color:#b02b74; font-weight:400; font-size:1.1em;}
.btnBasic em.plus {display:inline-block; vertical-align:middle; position:relative; top:-2px; margin-right:0.5em; width:10px; height:10px; background:url(../../images/icon_plus_white.png); background-size:100%;}
.btnBasic:disabled, .btnBasic.disabled {color:#a9a9a9; background-color:#f2f2f2; cursor:default;}
.btnRed {width:100%; height:56px; color:#c10026; border:1px solid #c10026; background-color:#fff; font-size:1em; font-weight:500;}
.btnRed:disabled, .btnRed.disabled {color:#a9a9a9; background-color:#f2f2f2; border:0px; cursor:default;}
.btnRed em {display:inline-block; width:33px; height:33px; vertical-align:middle; margin-right:15px;}
.btnRed em.ig {width:54px;}
.btnRed em.von_cdi {width:80px; height:30px; background: url(../../images/icon_bi_Von_cdi_w.png) center no-repeat; background-size: 100%;}
.btnRed em.von_april {width:80px; height:30px; background: url(../../images/icon_bi_Von_april_w.png) center no-repeat; background-size: 100%;}

/*회원가입*/
.inp_grp {position: relative; margin-top:17px;}
.inp_grp.has_error .inp_grp {margin-top: 21px;}
.deft_inp {width: 460px; max-width: 100%; height: 100%; padding: 17px 20px; border: none; background-color: #f6f7fb; font-size: 18px; line-height: 20px; color: #121212; -webkit-box-sizing: border-box; box-sizing: border-box;}
.deft_inp.address{margin-top:10px;}
.inp_grp .field_error {display:none; margin-top: 14px; font-size: 18px; color: #ff2727; line-height: 20px;}
.inp_grp .field_error.on{display:block;}
.form_title_sec{margin-top:50px;}
.inp_sel_birth{margin-top:10px;}
.inp_sel_birth ul li{width:31%; margin:0 7px 0 0; display:inline-block;}
.inp_sel_tel{margin-top:10px;}
.inp_sel_tel ul li{display:inline-block;}
.inp_sel_tel ul li.cell1{width:25%; margin:0 10px 0 0;}
.inp_sel_tel ul li.cell2{width:70%;}
.sel_type{border:1px #dbdde2 solid; font-size:17px; width:100%; padding:15px 20px;}
.division_m{display:none;}
.mainslider_area .mainslider_con .mainslider_img_pc{display:block;}
.mainslider_area .mainslider_con .mainslider_img_mobile{display:none;}
.mainslider_area .mainslider_con .mainslider_text .txt_img{height:37px;}
.edit_disable{color:#999 !important;}

@media all and (max-width:1200px) {
    .member_wrap{width:100%; padding:0 5%; margin-bottom:60px;}
    .indexcon_area{padding: 40px 0;}
    .page_area .page_con{width: 90%; margin: 0 auto;}
    .mainslider_area{width: 100%; height: 610px;}
    .mainslider_area .mainslider_point_img{display: none;}
    .mainslider_area .mainslider_con .mainslider_img{width: auto; height: auto; top:0px; right: 0;}
    .mainslider_area .mainslider_con .mainslider_img>img{width: 100%;}
    .mainslider_area .mainslider_con .mainslider_text{padding-top: 30px;}
    .mainslider_area .mainslider_con .mainslider_text>h1{font-size: 28px !important;}
    .mainslider_area .mainslider_con .mainslider_text .txt_img{height:30px;}
    .mainslider_area .mainslider_con .mainslider_text>p{letter-spacing:-0.03em; font-size: 16px;}
    .mainslider_area .swiper-container-horizontal > .swiper-pagination-progressbar{top:180px; display:none;}
    .mainslider_area .swiper-button-next, .mainslider_area .swiper-button-prev{top:176px;  display:none;}
    .mainslider_area .mainslider_point_img.set02{display: block;}
    .mainslider_area .mainslider_point_img.set03{display: block; top:-40px; left: -40px;}
    .mainslider_area .mainslider_nav>ul{width:100%;}
    .mainslider_area .mainslider_nav>ul>li.m_link:last-child{}
    .mainslider_area .mainslider_nav{height: auto; box-shadow: 0px 0px 50px -30px #ccc;}
    .mainslider_area .mainslider_nav>ul{padding-left: 0; padding-top: 20px;}
    .mainslider_area .mainslider_nav>ul>li{margin-right:0px; width:calc(100%/5);}
    .mainslider_area .mainslider_nav>ul>li img{padding: 0 0 5px 0; width: 40px; margin: 0 auto;}
    .mainslider_area .mainslider_nav>ul>li>a>p{font-size: 12px; font-weight:700;}
    .mainslider_area .mainslider_nav>ul>li.m_vid{display: none;}
    .division_m{display:block; width:100%; border-top:1px #dbdde2 solid; margin:20px 0 0 0;}
    .mainslider_area .mainslider_nav>ul>li.m_link{margin:10px auto;}
    .mainslider_area .mainslider_nav>ul>li.m_link img{width: 60px;}
    .indexcon_area .indexcon_title{margin-bottom: 40px;}
    .indexcon_area .indexcon_title>a{position: relative; top:0; left:0; justify-content: center; margin-top: 10px;}
    .indexcon_area .indexcon_news>ul>li{width:calc(100%/4); margin-right: 0px; margin-bottom: 40px;}
    .indexcon_area .indexcon_news>ul>li .indexcon_news_imgarea .indexcon_news_imgarea_img{width:80%; height:90%; margin:0 auto;}
    .indexcon_area .indexcon_news>ul>li .indexcon_news_imgarea .indexcon_news_imgarea_img img{width:100%;}
    .indexcon_area .indexcon_news>ul>li .indexcon_news_txtarea .news_title{font-size:14px; width:90%; margin:0 auto; word-break:keep-all; line-height:1.2; padding:0 0 6px 0;}
    .indexcon_news_imgarea_btn img{width:60%;}
    .indextv_area{padding: 30px 0;}
    .indextv_area>div>div.left{width: 100%; padding-left: 0;}
    .indextv_area>div>div.left>div>img{margin: 0 auto;}
    .indextv_area>div>div.right .indextv_baro_btn{justify-content: center;}
    .indextv_area>div>div.right{padding-top: 20px; width: 100%;}
    .indextv_area>div>div.right>ul>li{width: calc(50% - 5px); margin-right: 0;}
    .indextv_area>div>div.right>ul>li:nth-child(2n+1){margin-right: 10px;}
    .indextv_area>div>div.right>ul>li>a>div>img{width: 100%;}
    .indextv_area .tv_intro{margin:0 auto;}
    .indextv_area .tv_intro img{width:130px; margin:0 auto;}
    .indextv_area>div>div.right .indextv_baro_btn{display:none;}
    .indextv_area>div>div.right>ul>li:last-child{display:none;}
    #footer{padding-top: 40px;}
    #footer .footer_wrap .footer_con02 .footer_nav>li>a{font-size: 14px;}
    #footer .footer_wrap .footer_con02 .footer_nav>li::after{margin: 0 10px;}
    #footer .footer_wrap .footer_con02 .footer_info{word-break:keep-all; font-size: 11px;}
    #footer .footer_wrap .footer_con03{margin: 20px auto 0;}
    #footer .footer_wrap .footer_con03>ul>li{margin-right: 15px;}
    .logo_footer{max-width:100px; margin:30px auto;}
    .logo_footer.escro{right: 120px;}
    .logo_footer.innobiz{right: 120px;top:90px;}
    .logo_footer img{width:100%;}
    .inp_grp p{font-size:13px;}
    .deft_inp{font-size:15px;}
    .form_join h3{font-size:15px !important;}
}

@media all and (max-width:1020px) {
    .mainslider_area .mainslider_con .mainslider_img{width:auto; height: 300px; top:0px; right: 0;}
}

@media all and (max-width:1000px) {
    .mainslider_area .mainslider_con .mainslider_img{width:50%; height:auto; top:160px; right: 0;}
    .indexcon_area .indexcon_news>ul>li{width:calc(100%/3) !important;}
    .indexcon_news_imgarea_btn img{display:none;}
}

@media all and (max-width:768px) {
	.logo_footer{max-width:70px; margin:30px auto;}
    .logo_footer.escro{right: 70px;}
    .logo_footer.innobiz{right: 70px;top:40px;}
    .mainslider_area .mainslider_con .mainslider_text .txt_img{height:30px;}
    .mainslider_area .mainslider_con .mainslider_img{width:320px; height:320px; top:213px; right: 0;}
}

@media all and (max-width:600px) {
    .mainslider_area .mainslider_con .mainslider_img_pc{display:none;}
    .mainslider_area .mainslider_con .mainslider_img_mobile{display:block; position: absolute; bottom:210px;}
}

/*통합고객지원센터*/
/********************* 통합고객지원센터 *********************/
.faq-wrap { position:relative; }
.support-list { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; border:solid 1px #eee; }
.support-list .item { width:calc(100%/4); text-align:center; box-sizing:border-box; }
.support-def::before { margin:0 auto 17px; }
.support-def .title { display:block; font-size:18px; color:#000; font-weight:bold; padding-top:10px;}
.support-def .des { display:block; font-size:13px; color:#333; line-height:1.54; margin-top:7px; }
.support-def-2 { position:relative; display:inline-block; font-weight:bold; padding-left:77px; text-align:left; min-height:58px; margin-bottom:8px; box-sizing:border-box; }
.support-def-2::before { position:absolute; left:0; top:0; }
.support-def-2 .title { display:block; font-size:16px; color:#000; }
.support-def-2 .des { display:block; font-size:26px; color:#b02b74; }
.support-def-3 { margin-top:13px; }
.support-def-3 dd { line-height:1.45; margin-top:4px; }
.support-btn { display:inline-block; margin-top:21px; text-align:center; color:#b02b74; line-height:2.7; font-weight:bold; border:solid 1px #b02b74; box-sizing:border-box; vertical-align:middle; min-width:140px; height:40px; font-size:14px; padding:0 16px; border-radius:20px; -webkit-transition:0.2s ease; transition:0.2s ease; }
.support-list .item .support-in { display:block; height:100%; padding:32px 4.166667%; box-sizing:border-box; }
.support-list.ty-2 .item { width:50%; }
.support-list.ty-2 .item .support-in { padding:78px 4.166667% 80px; }
.support-list .item a.support-in:hover { background:#f8f8f8; }
.support-list .item a.support-in:hover .support-btn { background:#b02b74; color:#fff; border-color:#b02b74; }
.icon_cs_faq{font-size:40px; padding-bottom:0 0 20px 0;}
.fc-6{margin:0;}

.diagram-msg { line-height:1.71; color:#000; }
.diagram-msg.cmgt { margin-top:15px; }
.diagram-step { margin-top:45px; }
.diagram-step.no-line .diagram-item:last-child { border-bottom:none; }
.diagram-step .diagram-item { position:relative; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; width:100%; height:200px; box-sizing:border-box; }
.diagram-step .diagram-item::after { content:''; position:absolute; top:0; left:50px; display:inline-block; width:1px; height:100%; background-color:#fe6962; z-index:1; }
.diagram-step .diagram-item + .diagram-item::before { content:''; position:absolute; display:block; top:0; width:100%; height:1px; border-bottom:1px dashed #ddd;  }
.diagram-step .diagram-item:first-child::after { top:auto; bottom:0; height:50%; }
.diagram-step .diagram-item:last-child::after { top:0; height:50%; }
.diagram-item .diagram-num, .diagram-item .diagram-title, .diagram-item .diagram-text  { display:inline-block; box-sizing:border-box; }
.diagram-item .diagram-num { position:relative; width:100px; height:100px; border-radius:100%; background:#fff; border:2px solid #fe6962; box-sizing:border-box; z-index:2; text-align:center; color:#fe6962; font-weight:bold; padding-top:26px; }
.diagram-item .diagram-num.active { background-color:#fe6962; color:#fff; }
.diagram-item .diagram-num .txt-num { display:block; font-size:20px; }
.diagram-item .diagram-title { width:20%; margin-left:3.33%; font-size:24px; font-weight:bold; line-height:1.33; color:#000; }
.diagram-item .diagram-title .txt-des { display:block; margin-top:18px; font-size:14px; color:#666; font-weight:normal; }
.diagram-item .diagram-text { width:61.66%; margin-left:6.66%; line-height:1.71; }
.diagram-item .diagram-text.col-2 { overflow:hidden; margin-top:-7px; }
.diagram-item .diagram-text.col-2 .list-dot { float:left; margin-top:7px; margin-right:8.10%; }
.diagram-item .diagram-text.col-2 .list-dot:last-child { margin-right:0; }
.num_total{color:#b02b74 !important; font-weight:600 !important; font-size:22px !important;}

.cs-banner { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; margin-top:70px; }
.cs-banner > li { position:relative; width:50%; font-size:18px; font-weight:bold; color:#000; border:1px solid #eee; box-sizing:border-box; }
.cs-banner > li + li { border-left-width:0; }
.cs-banner a { display:block; padding:26px 112px 27px 40px; }
.cs-banner .ir-a::after { position:absolute; right:33px; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.cs-banner small { display:block; margin-top:9px; font-size:13px; line-height:1.69; font-weight:normal; color:#333; }

@media screen and (max-width:767px) {
    .support-list {display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-direction:column; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column;}
    .support-list .item, .support-list.ty-2 .item { width:100%; position:relative; text-align:left; border-left:none; }
    .support-list .item .support-in { padding:22px 17px 25px 0; }
    .support-list.ty-2 .item .support-in { padding:22px 17px 25px 0; }
    .support-def,.support-def-2 { position:relative; padding-left:91px; }
    .support-def::before{ position:absolute; left:19px; top:8px; margin:0; }
    .support-def-2::before { position:absolute; left:19px; top:6px; margin:0; }
    .support-def .title { font-size:14px; }
    .support-def .des { font-size:12px; line-height:1.48; margin-top:3px; }
    .support-def-2 { min-height:auto; }
    .support-def-2 .title { font-size:14px; }
    .support-def-2 .des { font-size:19px; }
    .support-def-3 { margin-top:5px; padding-left:91px; }
    .support-def-3 dd { line-height:1.45; margin-top:1px; }
    .support-btn { min-width:80px; height:28px; font-size:12px; padding:0 15px; line-height:2.4; border-radius:15px; margin-top:9px; }
    .support-list .item:nth-child(1) ~ .item { border-top:dotted 1px #eee; }

    .cs-banner { display:block; margin-top:40px; }
    .cs-banner > li { width:auto; font-size:14px; }
    .cs-banner > li + li { border-left-width:1px; margin-top:12px; }
    .cs-banner a { padding:16px 80px 17px 20px; }
    .cs-banner .ir-a::after { right:20px; }
    .cs-banner small { margin-top:5px; font-size:12px; line-height:1.4; }
}

@media print, all and (min-width:768px) and (max-width:1024px) {
    .support-list .item .support-in { padding-left:1%; padding-right:1%; }
}

@media print, all and (min-width:768px) {
    .support-list .item + .item { border-left:dotted 1px #eee; }
    .support-list .item:nth-child(3) ~ .item, .support-list.ty-2 .item:nth-child(2) ~ .item { border-top:dotted 1px #eee; }
    .support-list.ty-2 .item:nth-child(3n+1) { border-left-width:1px; }
    .support-list .item:nth-child(3n+1), .support-list.ty-2 .item:nth-child(2n+1) { border-left-width:0; }
}

/*faq*/
.g-title-4 {margin: 74px 0 -4px; font-size: 26px; color: #000; border-bottom:2px #121212 solid; padding:0 0 20px 0;}
.cusomer_boardWrap{width:1200px;margin: auto; padding-bottom:15px}
.cusomer_board_list{ border-bottom:1px #e6e6e6 solid; padding:20px 30px 20px 30px; }
.cusomer_board_list ul li{}
.cusomer_board_list .tit{font-size:1.2em; padding-top:10px}
.cusomer_board_list .tit b{ font-weight:500}
.cusomer_board_list .date{ font-size:1.2em;color:#949393}
.cusomer_board_list .bt{ float:right; margin-top:10px; }
.cusomer_board_list_open{ background:#f8f8f8; padding:20px 40px;  font-size:1em; line-height:1.7em;border-bottom:1px #e6e6e6 solid; display:none; word-break:keep-all;}
.faq_tab{ width:100%; margin:0 auto; overflow:hidden; border-bottom:1px #999 solid; padding:0 0 0 20px;}
.faq_tab.left{border-bottom: 0 !important;}
.faq_tab ul{width:100%; margin:30px 0 20px 0; overflow:hidden}
.faq_tab ul li{ float:left; background:#f8f8f8; padding:20px 0px; width:13%; margin-right:1%; text-align:center;font-size:1.2em;  }
.faq_tab ul li.long{width:16%;}
.faq_tab ul li.last{float:right; width:13%; margin-right:0;}
.faq_tab ul li.on{background:#b02b74; color:#fff}

.faq_tab_new{ width:100%; margin-top:20px; overflow:hidden}
.faq_tab_new ul{width:100%; margin:30px 0 20px 0; overflow:hidden}
.faq_tab_new ul li{ float:left; background:#f8f8f8; padding:20px 0px; width:13%; margin-right:1%; text-align:center;font-size:1.2em;  }
.faq_tab_new ul li.long{width:16%;}
.faq_tab_new ul li.last{float:right; width:13%; margin-right:0;}
.faq_tab_new ul li.on{background:#b02b74; color:#fff}

.faq_tab_new .sel_faq{border: 1px #dbdde2 solid;padding: 5px 10px 5px 10px;margin: 0 5px 0 15px;font-size: 17px;font-family: 'Lato','NanumSquare','Noto Sans KR', sans-serif;}

.adm_link > a{font-size:13px; color:#b02b74 !important; padding:10px 0 0 0 !important; text-decoration:underline;}
.desc3{font-size:13px; color:#999 !important; padding:10px 0 0 0 !important;}
.desc3 ul li{font-weight:400; color:#121212;}
.desc3 ul li:before{content:"·"; padding:0 6px 0 0;}
.desc3 ul li .info_text_sub{padding-left:20px;}
.desc3 > div{display:inline-block;}
.frm_adm.agree{color:#121212; padding:10px 0 0 0;}
.textarea_tp1{min-height:100px; width:100%; display:block; border:1px #dbdde2 solid;}
.mfaq_tab{ display:none}
.mfaq_tab .select_type{font-family:"NanumSquareRound", sans-serif;}

@media all and (max-width:380px) {
    .cusomer_boardWrap{width:100%;}
    .cusomer_board_list{ border-bottom:1px #e6e6e6 solid; padding:20px 10px 20px 10px; }
    .cusomer_board_list ul li{}
    .cusomer_board_list .tit{font-size:.9em; width:90%; word-break:keep-all; padding-bottom:10px}
    .cusomer_board_list .date{ font-size:.9em;color:#949393}
    .cusomer_board_list .bt{ float:right; margin-top:15px; margin-left:8px;}
    .cusomer_board_list .bt img{ width:20px}
    .cusomer_board_list_open{ background:#f8f8f8; padding:15px 15px;  font-size:1.3em; line-height:1.3em; display:none;}
    .faq_tab{ display:none}
    .mfaq_tab{ display:block; visibility:visible; padding:15px 10px 5px 10px}
    .mfaq_tab .select_type{border:1px solid #e6e6e6; font-size:1.3em;  width: 100%; height:36px; padding-left:5px;}
    .cusomer_board_list_open p{font-size:0.6em; line-height:1.8;}
}
@media all and (min-width:380px) and (max-width:480px) {
    .cusomer_boardWrap{width:100%;}
    .cusomer_boardWrap{width:100%;margin: auto; padding-bottom:15px}
    .cusomer_board_list{ border-bottom:1px #e6e6e6 solid; padding:20px 10px 20px 10px; }
    .cusomer_board_list ul li{}
    .cusomer_board_list_open p{font-size:1rem;}
    .cusomer_board_list .tit{font-size:1em; padding-bottom:10px}
    .cusomer_board_list .date{ font-size:.9em;color:#949393}
    .cusomer_board_list .bt{ float:right; margin-top:15px; margin-left:8px; }
    .cusomer_board_list .bt img{ width:20px}
    .cusomer_board_list_open{ background:#f8f8f8; padding:15px 15px;  font-size:1.3em; line-height:1.3em; display:none;}
    .faq_tab{ display:none}
    .mfaq_tab{ display:block; visibility:visible; padding:15px 10px 5px 10px}
    .mfaq_tab .select_type{border:1px solid #e6e6e6; font-size:1.3em;  width: 100%; height:36px; padding-left:5px;}
}
@media all and (min-width:481px) and (max-width:767px){
    .cusomer_boardWrap{width:100%;}
    .cusomer_boardWrap{width:100%;margin: auto; padding-bottom:15px}
    .cusomer_board_list{ border-bottom:1px #e6e6e6 solid; padding:20px 10px 20px 10px; }
    .cusomer_board_list ul li{}
    .cusomer_board_list .tit{font-size:0.9em; width:90%; word-break:keep-all; padding-bottom:10px}
    .cusomer_board_list .date{ font-size:.9em;color:#949393}
    .cusomer_board_list .bt{ float:right; margin-top:15px; margin-left:8px; }
    .cusomer_board_list .bt img{ width:20px}
    .cusomer_board_list_open{ background:#f8f8f8; padding:15px 15px;  font-size:1rem; line-height:1.3em; display:none;}
    .faq_tab{ display:none}
    .mfaq_tab{ display:block; visibility:visible; padding:15px 10px 5px 10px}
    .mfaq_tab .select_type{border:1px solid #e6e6e6; font-size:1.3em;  width: 100%; height:36px; padding-left:5px;}
}
@media all and (min-width:768px) and (max-width:950px){
    .cusomer_boardWrap{width:100%;margin: auto; padding-bottom:15px}
    .cusomer_board_list{ border-bottom:1px #e6e6e6 solid; padding:20px 10px 20px 10px; }
    .cusomer_board_list ul li{}
    .cusomer_board_list .tit{font-size:1em; padding-bottom:10px}
    .cusomer_board_list .date{ font-size:.9em;color:#949393}
    .cusomer_board_list .bt{ float:right; margin-top:15px; margin-left:8px;}
    .cusomer_board_list .bt img{ width:20px}
    .cusomer_board_list_open{ background:#f8f8f8; padding:15px 15px;  font-size:1.3em; line-height:1.3em; display:none;}
    .faq_tab{ display:none}
    .mfaq_tab{ display:block; visibility:visible; padding:15px 10px 5px 10px}
    .mfaq_tab .select_type{border:1px solid #e6e6e6; font-size:1.3em;  width: 100%; height:36px; padding-left:5px;}
}
@media all and (min-width:951px) and (max-width:1080px){
    .customer_tab{width:100%;}
    .cusomer_boardWrap{width:100%;}
    .onetoone_noteWrop{width:100%;padding:0;}
    .onetoone_conWrap{width:100%; }
    .onetoone_con{width:100%; }
    .faq_tab{ width:100%;}
}

@media all and (max-width:1300px){
    .onetoone_con{padding-left:3%; padding-right:3%;}
}

/*1:1문의접수*/
.g-title-3 {margin: 0px 0 0px 0; font-size: 30px; color: #121212; line-height: 1.4; letter-spacing: -0.05em; text-align: center;}
.g-sub-txt-3 {margin: 15px 0 -4px; line-height: 1.72; text-align: center; letter-spacing: -0.01em;}
.onetoone_noteWrop{width:1200px;padding:0px 20px;margin:0 auto; }
.onetoone_note{background:#f8f8f8;font-size:1em; padding:24px 20px}
.onetoone_note .sure{font-size:0.9em; padding-top:10px}
.onetoone_note .sure span{color:#ff3c82;}
.onetoone_conWrap{width:1200px; padding:35px 0 50px 0; margin:0 auto;overflow: hidden; }
.onetoone_con{width:100%; margin:50px auto; overflow:hidden;border-bottom:1px #e6e6e6 solid; padding-bottom:50px  }
.onetoone_con .info{ float:left; width:50%;}
.onetoone_con .content{ float:right; width:50%}
.onetoone_con .tit{font-size:1.5em; font-weight:500; padding:0px 0 20px 0}
.onetoone_con .row{ padding:10px 90px 10px 0; overflow:hidden}
.onetoone_con .row.right{ padding:10px 10px 10px 0; overflow:hidden}
.onetoone_con .name{font-size:1.2em; padding:10px 0; color:#121212; font-weight: 700;}
.onetoone_con .name.desc2{font-size:1em; padding:10px 0;}
.onetoone_con .name span{color:#b02b74; }
.highlight_link{ display: inline; box-shadow: inset 0 -5px 0 #feecba;}
.highlight_link:hover{ display: inline; box-shadow: inset 0 -5px 0 #D9FCDB;}
.icon_adm1{font-size:20px; color:#b02b74; padding:0 5px 0 0; vertical-align: bottom; font-weight: 500;}
.link_adm1:hover{opacity:.8;}
.onetoone_con .name.desc3{font-size:1.3em; color:#121212 !important; padding:0px 0 6px 0 !important;}
.onetoone_con .name.desc4{font-size:13px; color:#999 !important; padding:15px 0 !important;}
.onetoone_con .name img{ height:22px; display:inline-block; vertical-align:middle; padding-right:5px}
.onetoone_con .row .input_text{border:1px solid #e6e6e6; font-size:1em; width: 100%;float: left;height: 48px; padding-left: 10px; margin:5px 0; box-sizing: border-box;}
.onetoone_con .row .input_zipcodetext{border:1px solid #e6e6e6; font-size:1em;height: 48px; padding-left: 10px; margin:5px 0; box-sizing: border-box;}
.onetoone_con .row .btn_zipcode{cursor: pointer;border: 1px #eee solid;padding: 12px;box-sizing: border-box;margin-left: 10px;background: #eee;}
.onetoone_con .row .phone{ width:100%; margin-top:5px; overflow:hidden}
.onetoone_con .row .phone .input_phone{border:1px solid #e6e6e6; font-size:1.3em; width: 67%;float:right;height: 48px; padding-left: 10px;margin:0px 0 0 10px;  box-sizing: border-box;}
.onetoone_con .row .phone .select{border:1px solid #e6e6e6; font-size:1em;  width:30%; height:48px; padding-left:5px; float:left}
.onetoone_con .row .input_text2{border:1px solid #e6e6e6; font-size:1em; width: 100%;float: left;height: 240px; padding-left: 10px; margin:5px 0; box-sizing: border-box;}
.onetoone_con .row .select_type{border:1px solid #e6e6e6; font-size:1em;  width: 100%; height:48px; padding-left:5px; float:left}
.onetoone_con .row .btn_file{background:#fff;border:1px solid #000;font-size:1em; text-align:center; text-align:center;   padding: 5px 10px; float:left}
.onetoone_con .row .filename{float:left;font-size:1em;color:#949393;padding:5px 0 0 10px}
.onetoone_con .row .filename img{display:inline-block; width:18px;padding-left:8px; vertical-align: text-bottom}
.onetoone_con .row .info_txt{display:block; color:#999 !important; line-height:1.5; padding:5px 0; font-size:13px;}
.onetoone_con .math_step_title{font-weight:bold; margin-top:15px;}

.customer_btn{ width:100%; margin:30px 0 100px 0 }
.customer_btn .pre{width:47%; background:#fff;border:1px solid #000;font-size:1.2em; text-align:center; padding:15px 10px ; display:inline-block}
.customer_btn .pay{width:47%; background:#b02b74;border:1px solid #b02b74; color:#fff; font-size:1.2em; text-align:center; padding:15px 10px ; display:inline-block; float:right }
@media all and (max-width:900px){
    .g-title-3{width:80%; word-break:keep-all; margin:0 auto; font-size:1.2em;}
    .g-sub-txt-3{display:none;}
    .contents_wrap.t5{padding:30px 0 30px 0 !important;}
    .division.adm{margin:30px 0 0 0;}
}

@media all and (max-width:380px) {
    /*1:1문의접수*/
    .onetoone_noteWrop{width:100%;padding:0;}
    .onetoone_note{font-size:1em; padding:15px 10px}

	.division.form{margin:30px 0;}
    .onetoone_conWrap{width:100%; padding:35px 0 50px 0;}
    .onetoone_con{width:100%; margin:50px auto; overflow:hidden;border-bottom:1px #e6e6e6 solid; padding-bottom:50px  }
    .onetoone_con .info{ float:none; width:100%;}
    .onetoone_con .content{ float:none; width:100%; padding-top:30px}
    .onetoone_con .tit{font-size:1.2em; font-weight:500; padding:0px 0 20px 10px}
    .onetoone_con .row{  padding:35px 20px 5px 10px; overflow:hidden}
    .onetoone_con .row.right{ padding:5px 20px 5px 10px; overflow:hidden}
    .onetoone_con .name{font-size:1em; padding:5px 0;}
    .onetoone_con .name span{color:#ff3c82;  }
    .onetoone_con .name img{ height:18px; display:inline-block; vertical-align:middle; padding-right:5px}
    .onetoone_con .row .input_text{border:1px solid #e6e6e6; font-size:.9em; width: 100%;float: left;height: 36px; padding-left: 10px; margin:5px 0}
    .onetoone_con .row .phone{ width:100%; margin-top:5px; overflow:hidden}
    .onetoone_con .row .phone .input_phone{font-size:.9em; width: 65%;float:right;height: 36px; padding-left: 10px;margin:0px 0 0 10px;}
    .onetoone_con .row .phone .select{ font-size:.9em;  width:30%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .input_text2{font-size:.9em; width: 100%;float: left;height: 240px; padding-left: 10px; margin:5px 0; }
    .onetoone_con .row .select_type{border:1px solid #e6e6e6; font-size:.9em;  width: 100%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .btn_file{background:#fff;border:1px solid #000;font-size:.9em; text-align:center; text-align:center;   padding: 5px 10px; float:left}
    .onetoone_con .row .filename{float:left;font-size:.9em;padding:5px 0 0 10px}
    .onetoone_con .row .filename img{display:inline-block; width:18px;padding-left:8px; vertical-align: text-bottom}

    .customer_btn{ width:95%; margin:20px 10px 50px 10px }
    .customer_btn .pre{width:42%; font-size:1.1em;padding:15px 10px ; }
    .customer_btn .pay{width:42%; font-size:1.1em; padding:15px 10px ; }
}
@media all and (min-width:380px) and (max-width:480px) {
    /*1:1문의접수*/
    .onetoone_noteWrop{width:100%;padding:0;}
    .onetoone_note{font-size:1.3em; padding:15px 10px}

	.division.form{margin:30px 0;}
    .onetoone_conWrap{width:100%; padding:35px 0 50px 0;}
    .onetoone_con{width:100%; margin:50px auto; overflow:hidden;border-bottom:1px #e6e6e6 solid; padding-bottom:50px  }
    .onetoone_con .info{ float:none; width:100%;}
    .onetoone_con .content{ float:none; width:100%; padding-top:30px}
    .onetoone_con .tit{font-size:1.6em; font-weight:500; padding:0px 0 20px 10px}
    .onetoone_con .row{  padding:5px 20px 5px 10px; overflow:hidden}
    .onetoone_con .row.right{ padding:5px 20px 5px 10px; overflow:hidden}
    .onetoone_con .name{font-size:1.1em; padding:5px 0;font-weight:500;}
    .onetoone_con .name span{color:#ff3c82;  }
    .onetoone_con .name img{ height:18px; display:inline-block; vertical-align:middle; padding-right:5px}
    .onetoone_con .name .check_box_adm{font-size:14px !important;}
    .onetoone_con .row .input_text{border:1px solid #e6e6e6; font-size:1.3em; width: 100%;float: left;height: 36px; padding-left: 10px; margin:5px 0}
    .onetoone_con .row .phone{ width:100%; margin-top:5px; overflow:hidden}
    .onetoone_con .row .phone .input_phone{font-size:1.3em; width: 67%;float:right;height: 36px; padding-left: 10px;margin:0px 0 0 10px;}
    .onetoone_con .row .phone .select{ font-size:1.3em;  width:30%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .input_text2{font-size:1.3em; width: 100%;float: left;height: 240px; padding-left: 10px; margin:5px 0; }
    .onetoone_con .row .select_type{border:1px solid #e6e6e6; font-size:1.3em;  width: 100%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .btn_file{background:#fff;border:1px solid #000;font-size:1.3em; text-align:center; text-align:center;   padding: 5px 10px; float:left}
    .onetoone_con .row .filename{float:left;font-size:1.3em;padding:5px 0 0 10px}
    .onetoone_con .row .filename img{display:inline-block; width:18px;padding-left:8px; vertical-align: text-bottom}

    .customer_btn{ width:95%; margin:20px 10px 50px 10px }
    .customer_btn .pre{width:42%; font-size:1.5em;padding:15px 10px ; }
    .customer_btn .pay{width:42%; font-size:1.5em; padding:15px 10px ; }
}
@media all and (min-width:481px) and (max-width:767px){
    /*1:1문의접수*/
    .onetoone_noteWrop{width:100%;padding:0;}
    .onetoone_note{font-size:1em; padding:15px 10px}

	.division.form{margin:30px 0;}
    .onetoone_conWrap{width:100%; padding:35px 0 50px 0;}
    .onetoone_con{width:100%; margin:50px auto; overflow:hidden;border-bottom:1px #e6e6e6 solid; padding-bottom:50px  }
    .onetoone_con .info{ float:none; width:100%;}
    .onetoone_con .content{ float:none; width:100%; padding-top:30px}
    .onetoone_con .tit{font-size:1.3em; font-weight:500; padding:0px 0 20px 10px}
    .onetoone_con .row{  padding:5px 20px 5px 10px; overflow:hidden}
    .onetoone_con .row.right{ padding:5px 20px 5px 10px; overflow:hidden}
    .onetoone_con .name{font-size:1em; padding:5px 0; font-weight: normal;}
    .onetoone_con .name span{color:#ff3c82;  }
    .onetoone_con .name img{ height:18px; display:inline-block; vertical-align:middle; padding-right:5px}
    .onetoone_con .row .input_text{border:1px solid #e6e6e6; font-size:1em; width: 100%;float: left;height: 36px; padding-left: 10px; margin:5px 0}
    .onetoone_con .row .phone{ width:100%; margin-top:5px; overflow:hidden}
    .onetoone_con .row .phone .input_phone{font-size:1em; width: 67%;float:right;height: 36px; padding-left: 10px;margin:0px 0 0 10px;}
    .onetoone_con .row .phone .select{ font-size:1em;  width:30%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .input_text2{font-size:1em; width: 100%;float: left;height: 240px; padding-left: 10px; margin:5px 0; }
    .onetoone_con .row .select_type{border:1px solid #e6e6e6; font-size:1.3em;  width: 100%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .btn_file{background:#fff;border:1px solid #000;font-size:1.3em; text-align:center; text-align:center;   padding: 5px 10px; float:left}
    .onetoone_con .row .filename{float:left;font-size:1em;padding:5px 0 0 10px}
    .onetoone_con .row .filename img{display:inline-block; width:18px;padding-left:8px; vertical-align: text-bottom}

    .customer_btn{ width:95%; margin:20px 10px 50px 10px }
    .customer_btn .pre{width:42%; font-size:1.2em;padding:15px 10px ; }
    .customer_btn .pay{width:42%; font-size:1.2em; padding:15px 10px ; }
}
@media all and (min-width:768px) and (max-width:950px){
    /*1:1문의접수*/
    .onetoone_noteWrop{width:100%;padding:0;}
    .onetoone_note{font-size:1em; padding:15px 10px}

    .division.form{margin:30px 0;}
    .onetoone_conWrap{width:100%; padding:35px 0 50px 0;}
    .onetoone_con{width:100%; margin:0 auto; overflow:hidden;border-bottom:1px #e6e6e6 solid; padding-bottom:50px  }
    .onetoone_con .info{ float:none; width:100%;}
    .onetoone_con .content{ float:none; width:100%; padding-top:30px}
    .onetoone_con .tit{font-size:1.3em; font-weight:500; padding:0px 0 20px 10px}
    .onetoone_con .row{  padding:5px 20px 5px 10px; overflow:hidden}
    .onetoone_con .row.right{ padding:5px 20px 5px 10px; overflow:hidden}
    .onetoone_con .name{font-size:1em; padding:5px 0;}
    .onetoone_con .name span{color:#ff3c82;  }
    .onetoone_con .name img{ height:18px; display:inline-block; vertical-align:middle; padding-right:5px}
    .onetoone_con .row .input_text{border:1px solid #e6e6e6; font-size:1.3em; width: 100%;float: left;height: 36px; padding-left: 10px; margin:5px 0}
    .onetoone_con .row .phone{ width:100%; margin-top:5px; overflow:hidden}
    .onetoone_con .row .phone .input_phone{font-size:1em; width: 67%;float:right;height: 36px; padding-left: 10px;margin:0px 0 0 10px;}
    .onetoone_con .row .phone .select{ font-size:1em;  width:30%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .input_text2{font-size:1em; width: 100%;float: left;height: 240px; padding-left: 10px; margin:5px 0; }
    .onetoone_con .row .select_type{border:1px solid #e6e6e6; font-size:1.3em;  width: 100%; height:36px; padding-left:5px; float:left}
    .onetoone_con .row .btn_file{background:#fff;border:1px solid #000;font-size:1.3em; text-align:center; text-align:center;   padding: 5px 10px; float:left}
    .onetoone_con .row .filename{float:left;font-size:1em;padding:5px 0 0 10px}
    .onetoone_con .row .filename img{display:inline-block; width:18px;padding-left:8px; vertical-align: text-bottom}

    .customer_btn{ width:95%; margin:20px 10px 50px 10px }
    .customer_btn .pre{width:42%; font-size:1.2em;padding:15px 10px ; }
    .customer_btn .pay{width:42%; font-size:1.2em; padding:15px 10px ; }
}

/* 판넬 */
.indiv {padding:0px 0px; background:#fff; border-radius:4px; box-sizing:border-box; position:relative;}

@media screen and (max-width: 1220px){
    .indiv {padding:20px 15px;}
}
/* 공지사항 */
.fr {float: right; margin:0 0 20px 0;}
.mypage .notice {}
.mypage .notice .bubble {
    width:90px; height:47px; padding-top:5px; background:url("../img/mypage/bubble.png") no-repeat center;
    font-size:16px; color:#fff; text-align:center; box-sizing:border-box;
}
.mypage .notice p {font-size:28px; color:#000; font-weight:100; letter-spacing:-0.75px;}

@media screen and (max-width: 1220px){
    .mypage .notice .bubble {
        width:80px; height:45px; padding-top:7px; background-size:100% !important;
        font-size:14px;
    }
    .mypage .notice p {font-size:18px; letter-spacing:-1.5px;}
}

.sch {margin-top:30px;}
.sch .fl {position:relative; font-size:19px; line-height:36px; color:#000; font-weight:100;}
.sch .inp {width:240px; height:36px; padding:0 10px; line-height:36px; background:#fae9f2; border:0; border-radius:4px; box-sizing:border-box;}
.sch button {
    position:absolute; top:-3px; right:7px;
    width:30px; height:28px; margin-top:3px;
    border:0; outline-style:none; cursor:pointer;
}

@media screen and (max-width: 1220px){
    .sch {margin-top:10px;}
    .sch .stx {display:none;}
    .sch .fr {width:100%;}
    .sch .fl {width:100%; margin-left:0 !important;}
    .sch .inp {width:100%; height:40px; padding:0 10px; line-height:40px; font-size:0.9rem;}
}

.no_data{font-size:20px; text-align:center; padding:60px 0; border-bottom:1px #dbdde2 solid; color:#999;}
.ntbl {margin-top:15px; padding:10px 0; border-top:solid 1px #dbdde2; border-bottom:solid 1px #dbdde2; clear:both;}
.ntbl table {width:100%}
.ntbl td {padding:5px 10px; font-size:19px; color:#000; font-weight:400;}
.ntbl td a {font-size:19px; color:#000; font-weight:100;}
.ntbl td a:hover{color:#b02b74; text-decoration:underline;}
.ntbl td a strong {font-weight:500;}
.ntbl td.category span {
    display:inline-block; width:75px; padding:4px 0; background:#5a1f9e; color:#fff; font-size:13px; font-weight:500;
    text-align:center; border-radius:3px;
}
.ntbl td.category span.nt {background:#d25f59;}
.ntbl td.tm span {
    display:inline-block; width:75px; padding:4px 0; border:solid 1px #b02b74; color:#b02b74; font-size:13px; font-weight:500;
    text-align:center; border-radius:3px;
}


.ntbl .for_mobile {display:none;}

@media screen and (max-width: 1220px){
    .ntbl .for_pc {display:none;}
    .ntbl .for_mobile {display:block;}

    .ntbl td {padding:5px 5px; font-size:15px;}
    .ntbl td a {font-size:15px;}
    .ntbl td .sbj_wrap {padding-left:10px; border-left:solid 1px #dbdde2;}
    .ntbl td .sbj_wrap > div:first-child {padding-bottom:5px;}
    .ntbl td .sbj_wrap > div:last-child {padding-top:5px;}
    .ntbl td .sbj_wrap span.cate {
        display:inline-block; width:65px; padding:4px 0; background:#5a1f9e; color:#fff; font-size:12px; font-weight:500;
        text-align:center; border-radius:3px;
    }
    .ntbl td .sbj_wrap span.nt {background:#d25f59;}

    .ntbl td .sbj_wrap span.tm {
        display:inline-block; margin-left:5px; width:65px; padding:4px 0; border:solid 1px #b02b74; color:#b02b74; font-size:12px; font-weight:500;
        text-align:center; border-radius:3px;
    }
    .ntbl td .sbj_wrap .date {font-size:13px; color:#8f8f8f;}
}



.paging {margin-top:40px;}
.paging ul {font-size:0; text-align:center;}
.paging ul li {position:relative; display:inline-block; margin:0 15px; vertical-align:middle;;}
.paging ul li:after {display:none; content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#000;}
.paging ul li a {font-size:18px; color:#000; font-weight:100;}
.paging ul li.cur a {font-weight:700;}
.paging ul li.cur:after {display:block;}
.paging ul li.pre a {display:block; width:20px; height:12px; font-size:0; background:url("../img/mypage/paging_pre.png") no-repeat center;}
.paging ul li.next a {display:block; width:20px; height:12px; font-size:0; background:url("../img/mypage/paging_next.png") no-repeat center;}

@media screen and (max-width: 1220px){
    .paging {margin-top:20px;}
    .paging ul li {width:auto !important; margin:0 12px;}
    .paging ul li a {font-size:13px;}
}

/*탭UI*/
.tab {padding-bottom:25px; border-bottom:solid 0px #dbdde2; box-sizing:border-box;}
.tab a {position: relative; display:inline-block; font-size:21px; color:#121212; padding:10px 10px; cursor:pointer; box-sizing: border-box;}
.tab a + a {margin-left:30px;}
.tab a.active:after {display:block; content:""; position: absolute; bottom:0; left:0; height:5px; width:100%; background:#b02b74;}

@media screen and (max-width: 1220px){
    .tab {padding-bottom:20px;}
    .tab a {font-size:18px;}
    .tab a + a {margin-left:15px;}
}
.tab_list {padding-top:20px;}
.tab_list .no_data{text-align:center;}
.tab_list li {display:block;}
.tab_list h2 {font-size:20px; color:#121212;}
.m_lec_sel{display:none;}

@media screen and (max-width: 1200px){
    /*모바일 탭->셀렉트박스 추가(2020.01.06)*/
    .m_lec_sel{display:block; border-bottom:0px #dbdde2 solid;width:100%; padding:0px 0 10px 0;}
    .sel_lec{border-radius:4px; width:100%; margin:0 auto; padding:8px; font-size:18px; border:1px #b02b74 solid; display:block;}
}


/*program*/
.program .section01 .text{height:137px;border:1px solid #d7d8d8;overflow:hidden;box-sizing:border-box;border-top:0}
.program .section01 .text > *{float:left}
.program .section01 .txt1{width:50%;font-size:1.7rem;letter-spacing:-1px;text-align:center;color:#777;display:flex;flex-direction:column;height:100%;justify-content:center}
.program .section01 .art-info{width:33.3%;text-align:center;border-left:1px solid #d7d8d8;box-sizing:border-box;height:100%;display:flex;align-items:center;flex-direction:row;justify-content:center}
.program .section01 .art-info:first-child{border-left:0;}
.program .section01 .icon{width:60px;height:60px;background:url(../img/page/20s1_icon.jpg) no-repeat; margin-top:30px; background-position-x:0;}
.program .section01 .time .icon{background-position-x:-60px}
.program .section01 .txt2{font-size:1.3rem;letter-spacing:-1px;color:#777;}
.program .section01 .txt2 strong{font-weight:500;color:#333;margin-left:18px;margin-right:10px}
.program .section01 .art-box-wrap{font-size:0}
.program .art-box-wrap .art-box{display:inline-block;vertical-align:top;width:570px}
.program .art-box{position:relative}
.program .art-box-wrap .art-box:nth-child(2){margin-left:60px}
.program .art-box-wrap .art-box .txt1{width:100%;height:106px;border-bottom:1px solid #d7d8d8}
.program .art-box-wrap .art-box .art-info{height:118px;width:50%;border-left:0}
.program .art-box-wrap .art-box .art-info.time{border-left:1px solid #d7d8d8}
.program .art-box-wrap .art-box .text{height:auto}
.program .label-name{position:absolute;top:80px;left:0; width:50%; text-align:left;background:#fff;padding:40px 30px 40px 48px}
.program .label-name .h1{font-family:'Montserrat',sans-serif;text-transform:uppercase;font-size:3rem;line-height:3rem;font-weight:600;letter-spacing:-1px;color:#333}
.program .label-name .h2{font-size:1.7rem;line-height:1.7rem;letter-spacing:-1px;color:#b02b74;margin-top:8px}
.program .label-name .h3{font-size:1rem; font-weight:400; word-break:keep-all; line-height:1.7;letter-spacing:-0.03em;color:#121212;margin-top:30px; width:95%;}
.program .age-layout{margin-top:150px;position:relative}
.program .age-layout:before{content:'';background:#d7d8d8;position:absolute;top:0;left:0;right:calc(50% + 10px);height:1px}
.program .age-layout:after{content:'';background:#d7d8d8;position:absolute;bottom:0;left:0;right:calc(50% + 10px);height:1px}
.program .age-layout .inner{overflow:hidden}
.program .age-layout .inner > *{float:left;width:50%}
.program .age-layout .left{padding-top:125px}
.program .age-layout .right .img{margin-left:10px}
.program .age-layout .h1{font-size:2.2rem;line-height:2.2rem;font-family:'Montserrat',sans-serif;letter-spacing:-.8px;color:#333;font-weight:600;margin-top:30px}
.program .age-layout .h2:before{content:'';width:40px;height:4px;background:#333;position:absolute;top:0;left:0}
.program .age-layout .h2{font-size:2.2rem;letter-spacing:-1px;font-weight:500;color:#333;line-height:1.4;position:relative;padding-top:65px;margin-top:38px}
.program .age-layout .txt1{font-size:1.7rem;line-height:1.7;letter-spacing:-1px;color:#777;margin-top:38px}
.program .composition-layout{background:#f3f3f3;margin-top:150px;padding:150px 0}
.program .composition-layout .h1{text-align:center;font-size:3rem;line-height:3rem;color:#333;font-weight:500;position:relative;padding-bottom:22px}
.program .composition-layout .h1:after{position:absolute;content:'';width:40px;height:4px;background:#333;bottom:0;left:50%;margin-left:-20px}
.program .composition-layout .cp_list{display:flex;padding: 25px 20px;box-sizing:border-box;background:url(../img/page/21s4_figure.jpg) no-repeat center top;height:370px;margin-top:50px;}
.program .composition-layout li{width:320px;flex-basis:320px;height:320px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.program .composition-layout .h2{font-family:'Montserrat';font-weight:600;font-size:2.2rem;color:#333;line-height:2.2rem;letter-spacing:-.4px;position:relative;padding-bottom:18px;margin-bottom:18px}
.program .composition-layout .txt1{font-size:1.7rem;line-height:1.7;letter-spacing:-1px;color:#333}
.program .composition-layout .h2:after{background:#333;width:10px;height:3px;position:absolute;bottom:0;left:50%;margin-left:-5px;content:''}
.program .composition-layout li:nth-child(2){margin-left:-40px}
.program .composition-layout li:nth-child(3){margin-left:-40px}
.program .composition-layout li:nth-child(4){margin-left:-40px}
.program .gallery-layout .h1{text-align:center;font-size:3rem;line-height:3rem;color:#333;font-weight:500;position:relative;padding-bottom:22px}
.program .gallery-layout .h1:after{position:absolute;content:'';width:40px;height:4px;background:#333;bottom:0;left:50%;margin-left:-20px}
.program .gallery-layout{padding:150px 0 0}
.program .gallery-layout.gray{background:#f3f3f3}
.icon_sub_cur{font-size:30px; background:#b02b74; color:#fff; border-radius:100%; padding:10px;}
.link_hide{font-size:15px; color:#121212; padding:6px 0 0 15px; text-decoration:underline;}
.program .section01{}
.program .section02{padding-top:70px;}
.program .section02 .tbl_area{padding-top:70px;}
.desc_tbl{font-size:13px; padding:10px 0 0 0;}
.tbl_area_level .h1{padding-top:30px;}
.program .info-wrap{width:1200px;background:#fff;border:10px solid #e4e4e4;box-sizing:border-box;padding:60px 50px;margin:45px 0 60px 0;display: flex;flex-wrap: wrap;}
.program .info-wrap dl{width:50%;box-sizing:border-box;}
.program .info-wrap dl:first-child{border-right:1px solid #d7d8d8;}
.program .info-wrap dl+dl{padding-left: 75px;}
.program .info-wrap dl > *{display: inline-block;margin-bottom: 20px;}
.program .info-wrap dt{width:130px;line-height:37px;background:#333;font-weight: 400;color: #fff;text-align:center;vertical-align:top;}
.program .info-wrap dd{vertical-align: middle;padding:4px 0 0 25px;width: calc(100% - 158px);}
.program .info-wrap .last{margin-bottom:0;}
.program .term-wrap .noti{margin-top:30px; text-align:right;}
.program .term-wrap table{width:100%; margin-top:15px;}
.program .term-wrap table tr{height:40px; text-align:center;}
.program .term-wrap table th, .term-wrap table td{border:1px solid #d7d8d8;}
.program .term-wrap table th{background:#b02b74; color:#fff;}
.program .term-wrap table tr:first-child th{width:190px; line-height:23px;}
.program .term-wrap table tr:first-child th+th{width:335px;}
.program .term-wrap table td{background: #fff; font-size: 1rem; padding: 8px 10px; line-height: 1.3; font-weight: 500; text-align:center;  vertical-align:middle; word-break:keep-all;}
.program .term-wrap table td.cur{background: #fff; font-size: 0.9rem; padding: 8px 20px; line-height: 1.7; font-weight: 500; text-align:left !important;  vertical-align:text-top !important;}
.program .term-wrap table td.half{width:15%;}
.program .term-wrap table .tit{background:#fafafa; font-weight:500; font-size:15px; text-align:center !important;  vertical-align:middle !important;}
.program .term-wrap .h3{font-size:17px; font-weight:400; line-height:1.7; margin-top:12px; margin-bottom:40px;}
.highlight{border-bottom: 2px solid #ffd3eb; box-shadow: inset 0 -4px 0 #ffd3eb;}
.bold{font-weight:700 !important;}
table{border-collapse: collapse; border-spacing: 0;}
.program .effect-layout{margin-top:0px; padding-top:70px !important;}
.program .effect-layout .main-title{padding-bottom:0px}
.program .effect-layout .main-title:before{display:none;}
.program .effect-layout .effect_list{display:flex;justify-content:space-between;text-align:center;margin-top:30px}
.program .effect-layout li{width:370px;flex-basis:370px;border-top:1px solid #d7d8d8;border-bottom:1px solid #d7d8d8;padding:50px 0}
.program .effect-layout .num{width:40px;height:40px;border-radius:40px;background:#b02b74;display:block;margin:0 auto;line-height:41px;font-family:'Montserrat';color:#fff;font-weight:500;font-size:1rem}
.program .effect-layout .h1{text-transform:uppercase;font-family:'Noto Sans TC','Montserrat' ,sans-serif;font-size:1.6rem;line-height:1.6rem;font-weight:600;letter-spacing:-.6px;color:#b02b74;margin-top:25px}
.program .effect-layout .txt1_1{font-size:1rem;line-height:1.5;letter-spacing:-1px;color:#777; width:80%; margin:0 auto; margin-top:15px; word-break:keep-all;}
.gallery_slider{width:100%; margin:40px 0; padding:0 0 50px 0;}
.gallery_slider h1{margin:0 0 30px 0;}
.gallery_slider > div{max-width:100%;}
.gallery_slider > div img{width:90%; border:1px #dbdde2 solid; margin:0 auto 40px auto; box-shadow: 4px 4px 10px #ccc;}
/*.tbl_baby_front th, td{width:110px !important; line-height:1.2 !important;}*/
.tab_cur{padding-top:30px;}
.tab_cur ul li{display:inline-block; font-size:22px; font-weight:600; color:#121212; margin:0 20px 0 0; cursor:pointer;}
.tab_cur ul li.active{border-bottom:4px #b02b74 solid; line-height:1.9;}
.class_tbl{margin:30px 0 0 0;}
.section03.art{padding-top:70px !important;}
.section03.art .h3{font-size: 17px; font-weight: 300; line-height: 1.7; margin-top: 12px;}
.section04.art{padding-top:70px !important;}
.vtop{vertical-align:text-top !important;}
.vtop .division{border-top:1px #dbdde2 solid; width:100%; display:block; margin:10px 0;}
.closed{background:#e1e1e1 !important;}
.add_desc{font-size:18px; color:#999; padding:0 0 0 30px;}
.pic_rd{position:absolute; right:180px; top:-70px;}
.pic_rd img{max-width:300px;}
.tag-member{border:1px #b02b74 solid; padding:2px 10px; width:150px; margin:0 20px 0 0; display:inline-block; text-align:center; color:#b02b74;}
.tag_area{margin:20px 0 0 0;}
.btn_re{width: 100%; padding: 20px 30px; margin:30px auto 20px ; background:#b02b74; text-align: center; border-radius: 5px; font-size: 23px; display:block; color: #fff;}
.btn_re:hover{color:#fff !important; opacity:.9;}
.box_info{font-size:15px; margin:0 0 0 0px;}
.tb_cur2{background:#fffdf6 !important;}
.tb_cur3{background:#e0f9ff !important;}
.slash {background: linear-gradient(45deg, #f3f5f0 50%, #dfe8eb 50%) !important; color:#121212 !important; font-size:12px; padding:7px;}
@media screen and (max-width: 1200px){
    .slash {background: linear-gradient(60deg, #f3f5f0 50%, #dfe8eb 50%) !important; color:#121212 !important; padding:0;}
}

.left{text-align:left !important;}
.btn_area{width:100%; display: block; text-align: center; margin:0 0 80px 0;}
.bt_slider{background:#b02b74; margin:20px 0; font-size:18px; color:#fff; display:inline-block; padding:10px 20px; border-radius: 4px; cursor:pointer;}
.bt_slider:hover{opacity:0.9; color:#fff;}

@media screen and (max-width: 1200px){
    .art-box .img img{width:100%;}
    .program .section01 .art-info:nth-child(2){border-left:0;}
    .program .label-name{position:relative; width:100%; top:0; padding:0 20px 40px 0px; }
    .program .label-name .h1{font-size:2rem;}
    .program .label-name .h2{margin-top:0;}
    .program .label-name .h3{font-size:1rem; font-weight:400; word-break:keep-all; line-height:1.7;letter-spacing:-0.03em;color:#121212; margin-top:30px; width:100%;}
    .program .section01 .art-info{width:100%; border-bottom:1px #dbdde2 solid; justify-content:left;}
    .program .section01 .art-info:last-child{border:0;}
    .program .section01 .art-info:first-child{border-top:1px #dbdde2 solid;}
    .program .section01 .text{height:auto;}
    .program .section01 .txt2{font-size:1rem;}
    .icon_sub_cur{position:absolute; margin:11px 0 0 -8px; font-size:20px;}
    .program .section01 .icon{margin:0;}
    .program .effect-layout li{width:100%;flex-basis:100%;border-top:1px solid #d7d8d8;border-bottom:1px solid #d7d8d8;padding:20px 0}
    .program .effect-layout .effect_list{display:block;justify-content:space-between;text-align:center;margin-top:30px}
    .program .effect-layout .num{text-align:center; margin:0 0; width:30px; height:30px; line-height:32px;}
    .program .effect-layout .h1{font-size:1.2rem; margin-top:10px; text-align:left;}
    .program .effect-layout .txt1_1{margin-top:6px; text-align:left; width:100%;}
    .program .effect-layout li:last-child{border-top:1px #dbdde2 solid;}
    .program .effect-layout li{border-bottom:0;}
    .contents_wrap .h1{font-size:1.4rem;}
    .program .term-wrap table td{font-size:12px !important; padding:8px 6px;}

    .m_tbl_area{width:100%; overflow-x:scroll;}
    .tbl_cur{min-width:700px;}
    .tbl_cur th{font-size:11px !important;}
    .tbl_cur td{font-size:11px !important; letter-spacing:-0.03em; padding:4px 6px !important; line-height:1.4 !important;}
    .gallery_slider{margin:40px 0 0 0;}
    .term-wrap img{width:100%;}
    .class_tbl{margin:10px 0 0 0;}
    .prog{padding-top:0 !important;}

    .tab_cur ul li{display:inline-block; font-size:17px; font-weight:600; color:#121212; margin:0 10px 0 0; cursor:pointer;}

    .pic_rd{position:absolute; right:0px; top:-70px;}
    .pic_rd img{max-width:160px;}
}
@media screen and (max-width: 768px) {
    .btn_re{margin:20px 0 20px 0;}
    .pic_rd{position:absolute; right:0px; top:-70px;}
    .pic_rd img{max-width:160px;}
    .box_info{margin:20px 0 0 0px;}
}
.agree{padding:0 0 0px 0; width:100%; max-width:1200px; margin:0 auto;}
.agreeArea{padding:0 0 100px 0;}
.agree h4{padding:30px 0 10px 0;}
.agree p{font-size:0.9rem; font-weight:400; line-height:1.5; margin-bottom: 10px;}
.agree p:last-child{margin-bottom: 0;}

@media screen and (max-width: 1200px) {
    .agree{width:90%; margin:0 auto;}
}

.gallery_slider.reading{margin:0 !important;}
.tit_sub1{padding:0 0 30px 0;}

/*커리큘럼 소개*/
.tab_curri{margin:30px 0;}
.tab_curri ul{font-size:0;}
.tab_curri ul li{width:calc(100%/6); display: inline-block; cursor: pointer;}
.art_intro .tab_curri ul li{width:calc(100%/4);}
.art_intro .tab_curri.math ul li{width:calc(100%/6);}
.tab_curri ul li:hover{opacity:.8;}
.tab_curri ul li img{width:95%; text-align: center;}
.cont_curri img{width:100%;}
.img_intro img{width:100%;}
.btn_apply{background:#fff4fa; padding:30px 0; margin:50px 0; text-align: center; border-radius:4px; border:1px #b02b74 solid; font-weight: 700; font-size:25px; color:#b02b74;}
.btn_apply:hover{background:#fdcfe8;}
.math_intro .tab_curri .mobile_view{display:none;}
.math_intro .tab_curri .pc_view{display:inline-block;}

@media screen and (max-width: 1200px) {
    .btn_apply{padding:20px 0; font-size:20px;}
    .math_intro .tab_curri ul li{width:calc(100%/2);}
    .math_intro .tab_curri ul {text-align:center;}
    .math_intro .tab_curri .mobile_view{display:inline-block;}
    .math_intro .tab_curri .pc_view{display:none;}
}
.btn_primary{background: #b02b74; color:#fff; text-align: center; font-size:1.6rem; border-radius: 10px; padding:20px 0; width:100%; display: block; margin:0 0 80px 0;}
.btn_primary:hover{color:#fff !important; background:#AC2970;}
@media screen and (max-width: 1200px) {
    .btn_primary{font-size:1.3rem;}
}

/* 210504 m_link_sub 관련 css */
.pc_view_mnav{display: flex !important;}
.mobile_view_mnav{display: none !important;}

.mainslider_area .mainslider_nav>ul>li.m_link{position: relative;}
.mainslider_area .mainslider_nav>ul>li.m_link .m_link_sub{display:none; position: absolute; top:100px; left: 10px; background: #f1f1f1; border: 1px solid #af2b74; border-radius: 10px; padding: 10px 0px; box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .1);}
.mainslider_area .mainslider_nav>ul>li.m_link:hover .m_link_sub{display: block;}
.mainslider_area .mainslider_nav>ul>li.m_link .m_link_sub::before{content: ''; background: url('/assets/home/img/main/m_link_sub_icon.png')no-repeat center; display: block; width: 24px; height: 18px; position: absolute; top:-18px; left: 50%; transform: translate(-50%,0); width:100%;}
.mainslider_area .mainslider_nav>ul>li.m_link .m_link_sub>ul>li{border-bottom: 1px solid #ccc; padding: 7px 10px; font-size: 14px;}
.mainslider_area .mainslider_nav>ul>li.m_link .m_link_sub>ul>li:last-child{border-bottom: none;}
.mainslider_area .mainslider_nav>ul>li.m_link .m_link_sub>ul>li>a>span{color:#af2b74; font-weight: 700;}

@media screen and (max-width: 1200px) {
  .pc_view_mnav{display: none !important;}
  .mobile_view_mnav{display: flex !important;}
  .mainslider_area{height: auto;}
  .mainslider_area .swiper-container{height: 410px;}
  .mainslider_area .mainslider_nav.mobile_view_mnav{position: relative;}

  .mainslider_area .mainslider_nav>ul>li.m_link_sub_m::before{content: ''; width:28px; height: 17px; display: block; background: url('/assets/home/img/main/m_link_sub_icon_m.png'); position: absolute; top:-12px;}
  .mainslider_area .mainslider_nav>ul>li.m_link_sub_m{width:100%; background: #d8d8d8; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; padding: 20px 10px; position: relative; margin-top: 20px;}
  .mainslider_area .mainslider_nav>ul>li.m_link_sub_m>a{display: block; width: auto; background: #fff; padding: 10px 5px; border-radius: 10px; font-size: 13px;}
  .mainslider_area .mainslider_nav>ul>li.m_link_sub_m>a>span{color:#af2b74;}

  .mainslider_area .mainslider_nav>ul>li.m_link_sub_m#MLINK_CON02::before{left:39%;}
  .mainslider_area .mainslider_nav>ul>li.m_link_sub_m#MLINK_CON03::before{left:58%; transform: translate(-50%,0);}
  .mainslider_area .mainslider_nav>ul>li.m_link_sub_m#MLINK_CON04::before{left:73%;}
}

.txt_not_book{text-align:right;}
.small_text{font-size:12px;}

/* 2022-03-03 레벨 테스트 페이지 */
.level_test_index_area .level_test_index_title{text-align: center; margin-bottom: 60px;}
.level_test_index_area .level_test_index_title>h1{font-size: 54px; margin-bottom: 7px;}
.level_test_index_area .level_test_index_title>p{font-size: 20px;}
.level_test_index_area .level_test_index_list{display: flex; overflow-x: auto; padding-bottom: 20px; margin-bottom: 40px;}
.level_test_index_area .level_test_index_list::-webkit-scrollbar{height:8px;}
.level_test_index_area .level_test_index_list::-webkit-scrollbar-thumb{background-color: #b02b74; border-radius: 2px;}
.level_test_index_area .level_test_index_list::-webkit-scrollbar-track{background-color: #f8f1f5; border-radius: 2px;}
.level_test_index_area .level_test_index_list .level_test_index_list_con{width:270px; margin-right: 40px; height: 380px; border-radius: 500px; padding: 80px 0 0 40px; flex-shrink:0; transition: all 0.2s;}
.level_test_index_area .level_test_index_list .level_test_index_list_con:last-child{margin-right: 0;}
.level_test_index_area .level_test_index_list .level_test_index_list_con>a{display: block; width: 100%; height: 100%;}
.level_test_index_area .level_test_index_list .level_test_index_list_con>a>span{font-size: 24px; font-weight: bold; transition: all 0.2s; display: block;}

.level_test_index_area.select .level_test_index_list .level_test_index_list_con{padding: 60px 40px;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con>a{text-align: center;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con>a>span{font-size: 32px; margin-bottom: 10px;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con>a>b{font-size: 14px; transition: all 0.2s; color:#555; opacity: 0.6;}

.level_test_index_area .level_test_index_list .level_test_index_list_con.set01{border: 2px solid #f25555; background: url('/assets/home/img/level_test_index_icon01.png')center 115% no-repeat;}
.level_test_index_list_con.set02{border: 2px solid #ff903f; background: url('/assets/home/img/level_test_index_icon02.png')center 115% no-repeat;}
.level_test_index_list_con.set03{border: 2px solid #05c3d5; background: url('/assets/home/img/level_test_index_icon03.png')center 115% no-repeat;}
.level_test_index_list_con.set04{border: 2px solid #39b5df; background: url('/assets/home/img/level_test_index_icon04.png')center 115% no-repeat;}

.level_test_index_area .level_test_index_list .level_test_index_list_con.set01>a>span{color:#f25555;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set02>a>span{color:#ff903f;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set03>a>span{color:#05c3d5;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set04>a>span{color:#39b5df;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set05>a>span{color:#C5C6FC;;}

.level_test_index_area .level_test_index_list .level_test_index_list_con.set01:hover{background: url('/assets/home/img/level_test_index_icon01.png')center 115% no-repeat #f25555;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set02:hover{background: url('/assets/home/img/level_test_index_icon02.png')center 115% no-repeat #ff903f;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set03:hover{background: url('/assets/home/img/level_test_index_icon03.png')center 115% no-repeat #05c3d5;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set04:hover{background: url('/assets/home/img/level_test_index_icon04.png')center 115% no-repeat #39b5df;}

.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set01{border: 2px solid #f25555; background: url('/assets/home/img/level_test_select_icon01.png')center 115% no-repeat;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set02{border: 2px solid #ff903f; background: url('/assets/home/img/level_test_select_icon02.png')center 115% no-repeat;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set03{border: 2px solid #05c3d5; background: url('/assets/home/img/level_test_select_icon03.png')center 115% no-repeat;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set04{border: 2px solid #39b5df; background: url('/assets/home/img/level_test_select_icon04.png')center 115% no-repeat;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set05{border: 2px solid #C5C6FC;; background: url('/assets/home/img/level_test_select_icon05.png')center 115% no-repeat;}

.level_test_index_area .level_test_index_list .level_test_index_list_con.set01:hover>a>span{color:#fff;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set02:hover>a>span{color:#fff;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set03:hover>a>span{color:#fff;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set04:hover>a>span{color:#fff;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set05:hover>a>span{color:#fff;}

.level_test_index_area .level_test_index_list .level_test_index_list_con.set01:hover{background: url('/assets/home/img/level_test_index_icon01.png')center 105% no-repeat #f25555;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set02:hover{background: url('/assets/home/img/level_test_index_icon02.png')center 105% no-repeat #ff903f;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set03:hover{background: url('/assets/home/img/level_test_index_icon03.png')center 105% no-repeat #05c3d5;}
.level_test_index_area .level_test_index_list .level_test_index_list_con.set04:hover{background: url('/assets/home/img/level_test_index_icon04.png')center 105% no-repeat #39b5df;}

.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set01:hover{background: url('/assets/home/img/level_test_select_icon01.png')center 105% no-repeat #f25555;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set02:hover{background: url('/assets/home/img/level_test_select_icon02.png')center 105% no-repeat #ff903f;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set03:hover{background: url('/assets/home/img/level_test_select_icon03.png')center 105% no-repeat #05c3d5;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set04:hover{background: url('/assets/home/img/level_test_select_icon04.png')center 105% no-repeat #39b5df;}
.level_test_index_area.select .level_test_index_list .level_test_index_list_con.set05:hover{background: url('/assets/home/img/level_test_select_icon05.png')center 105% no-repeat #C5C6FC;}

.level_test_index_area .level_test_index_decs>p{font-size: 20px; text-align: center; margin-bottom: 10px;}
.level_test_index_area .level_test_index_decs>p:last-child{margin-bottom: 0;}
.level_test_index_area .level_test_index_decs>p>b{color:#f25555;}


.level_text_selcet_area{width:100%; height: 100vh; min-height:800px; background: url('/assets/home/img/level_test_select_bg.png')left no-repeat; position: relative;}
.level_text_selcet_area .level_text_selcet_area_wrap{width:1200px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.level_text_selcet_section .level_text_selcet_section_title{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; height: 170px;}
.level_text_selcet_section .level_text_selcet_section_title>h1{font-size: 52px; color:#fff;}
.level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{margin-left: auto; margin-right: 60px; height: 100%; padding-right: 140px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end; padding-bottom: 20px;}
.level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span{padding: 20px 40px; color:#fff; border-radius: 200px; display: block; position: relative;}
.level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span::before{content: ''; position: absolute; right:-5px; top:10px;}
.level_text_selcet_section .level_text_selcet_section_con01{background: #fff; border-radius: 20px; padding: 60px; text-align: center; margin-bottom: 20px;}
.level_text_selcet_section .level_text_selcet_section_con01>p{font-size: 18px;}
.level_text_selcet_section .level_text_selcet_section_con02{background: #fff; border-radius: 20px; padding: 60px;}
.level_text_selcet_section .level_text_selcet_section_con02>h1{font-size: 20px; margin-bottom: 20px;}
.level_text_selcet_section .level_text_selcet_section_con02>ol>li{margin-left: 15px; list-style-type: decimal; margin-bottom: 10px;}
.level_text_selcet_section .level_text_selcet_section_con02>ol>li:last-child{margin-bottom: 0px;}
.level_text_selcet_section .level_text_selcet_section_con02 b{background : #FFC000}
.level_text_selcet_section .level_text_selcet_section_btn{margin-top: 20px; display:flex}
.level_text_selcet_section .level_text_selcet_section_btn>a{background: #ffc000; display: block; width:50%; margin:0 10px; color:#fff; font-size: 24px; text-align: center; padding: 20px 0; border-radius: 10px;}

.level_text_selcet_area.set01{background-color: #f25555;}
.level_text_selcet_area.set02{background-color: #ff903f;}
.level_text_selcet_area.set03{background-color: #05c3d5;}
.level_text_selcet_area.set04{background-color: #39b5df;}
.level_text_selcet_area.set05{background-color: #C5C6FC;}

.level_text_selcet_area.set01 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span{background: #fb9d9d;}
.level_text_selcet_area.set01 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span::before{content: ''; border-top: 15px solid #fb9d9d; border-right: 15px solid transparent;}
.level_text_selcet_area.set02 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span{background: #ffa96b;}
.level_text_selcet_area.set02 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span::before{content: ''; border-top: 15px solid #ffa96b; border-right: 15px solid transparent;}
.level_text_selcet_area.set03 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span{background: #52dae7;}
.level_text_selcet_area.set03 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span::before{content: ''; border-top: 15px solid #52dae7; border-right: 15px solid transparent;}
.level_text_selcet_area.set04 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span{background: #6ad2f5;}
.level_text_selcet_area.set04 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span::before{content: ''; border-top: 15px solid #6ad2f5; border-right: 15px solid transparent;}
.level_text_selcet_area.set05 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span{background: #D6D8FB;}
.level_text_selcet_area.set05 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span::before{content: ''; border-top: 15px solid #D6D8FB; border-right: 15px solid transparent;}

.level_text_selcet_area.set01 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon01.png')right top no-repeat;}
.level_text_selcet_area.set02 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon02.png')right top no-repeat;}
.level_text_selcet_area.set03 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon03.png')right top no-repeat;}
.level_text_selcet_area.set04 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon04.png')right top no-repeat;}
.level_text_selcet_area.set05 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon05.png')right top no-repeat;}

.level_text_popup_area{position: fixed; top:0; left:0; z-index: 999; background: rgba(0,0,0,0.7); width:100%; height:100%;}
.level_text_popup_wrap{position: relative; width:100%; height: 100%;}
.level_text_popup{width:700px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background: #fff; border-radius: 20px; overflow: hidden;}
.level_text_popup .level_text_popup_title{position: relative; text-align: center; border-bottom: 1px solid #ddd;}
.level_text_popup .level_text_popup_title>h1{font-size: 24px; padding: 20px 0;}
.level_text_popup .level_text_popup_title .level_text_popup_close{position: absolute; top:50%; right:20px; transform: translate(0,-50%); font-size: 24px; color:#888; cursor: pointer;}
.level_text_popup .level_text_popup_content{padding: 40px;}
.level_text_popup .level_text_popup_button>a{display: block; padding: 20px 0; color:#fff; background: #ffc000; text-align: center; font-size: 20px;}

.level_text_popup .ltpc_select>p{font-size: 20px; font-weight: bold; margin-bottom: 30px;}
.level_text_popup .ltpc_select .ltpc_select_input_area{margin-bottom: 20px;}
.level_text_popup .ltpc_select .ltpc_select_input_area:last-child{margin-bottom: 0;}
.level_text_popup .ltpc_select .ltpc_select_input_area>label{display: block; font-weight: bold; margin-bottom: 7px;}
.level_text_popup .ltpc_select .ltpc_select_input_area>input{border: 1px solid #ddd; padding: 15px; width:100%; border-radius: 5px; font-size: 16px;}

.level_test_question_area{background: #fff; border-radius: 30px; padding-bottom: 40px;}
.level_test_question_area .level_test_question_title{padding: 20px 30px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.level_test_question_area .level_test_question_title>h1{font-size: 32px;}
.level_test_question_area .level_test_question_title>h1>span{color:#05c3d5;}
.level_test_question_area .level_test_question_title .level_test_question_time{margin-left: auto; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.level_test_question_area .level_test_question_title .level_test_question_time .ltq_time_con{text-align: right; margin-right: 30px;}
.level_test_question_area .level_test_question_title .level_test_question_time .ltq_time_con>span{display: block; font-size: 14px;}
.level_test_question_area .level_test_question_title .level_test_question_time .ltq_time_con>b{display: block; font-size: 28px;}
.level_test_question_area .level_test_question_title .level_test_question_time
.level_test_question_completion{background: #ff8933; color:#fff; font-size: 16px; padding: 10px 30px; border-radius: 500px;}
.level_test_question_area .level_test_question_list{padding: 30px;}
.level_test_question_area .level_test_question_list>ul{display: flex; flex-direction: row; flex-wrap: wrap;}
.level_test_question_area .level_test_question_list>ul>li{margin-right: 15px; position: relative;margin-bottom: 15px;}
.level_test_question_area .level_test_question_list>ul>li:last-child{margin-right: 0;}
.level_test_question_area .level_test_question_list>ul>li::after{content: ""; width:20px; height: 1px; background: #f1f1f5; display: block; position: absolute; right:-20px; top:50%; transform: translate(0,-50%);}
.level_test_question_area .level_test_question_list>ul>li:last-child::after{display: none;}
.level_test_question_area .level_test_question_list>ul>li>span{background: #f1f1f5; line-height: 1; width:40px; height: 40px; line-height: 38px; display: block; border-radius: 50%; color:#999; font-weight: bold; text-align: center; position: relative; z-index: 2;}
.level_test_question_area .level_test_question_list>ul>li.on>span{background: #05c3d5; color:#fff;}
.level_test_question_area .level_test_question_content{padding: 0 30px 30px 30px;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap{border: 2px solid #05c3d5; border-radius: 10px;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_tit{display: flex; flex-direction: row; flex-wrap: wrap; padding: 30px 30px 10px 30px; align-items: center;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_tit>h1{font-size: 18px; color:#05c3d5;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_tit>a{padding: 3px 7px 3px 25px; font-size: 12px; background: url('/assets/home/img/level_test_sound_icon.png')7px center no-repeat; background-size: 14px; color:#f25555; font-weight: bold; border: 1px solid #f25555; border-radius: 500px; margin-left: 20px; transition: all 0.2s;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_tit>a:hover{background: url('/assets/home/img/level_test_sound_icon_white.png')7px center no-repeat; background-size: 14px; background-color: #f25555; color:#fff;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_question{padding: 0 30px 20px 30px; border-bottom: 1px solid #ddd; font-size: 20px;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_content{padding: 0 30px 20px 30px; border-bottom: 1px solid #ddd;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_content > p {padding-left:30px}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_content img{max-width:90%;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_answer{padding: 20px 30px 40px 30px; display: flex; flex-direction: row; flex-wrap: wrap;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_answer>label{margin-right: 30px;}
.level_test_question_area .level_test_question_content
.level_test_question_content_wrap .ltqc_con .ltqc_con_answer>label:last-child{margin-right: 0;}
.level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_answer>label>input{-webkit-appearance:auto; display: inline-block !important; margin: 0; margin-right: 7px;}
.level_test_question_area .level_test_question_button{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.level_test_question_area .level_test_question_button>button{display: block; padding: 10px 30px; border: 2px solid #c1bfc6; border-radius: 500px; color:#c1bfc6; font-weight: bold; margin-right: 20px;}
.level_test_question_area .level_test_question_button>button:last-child{margin-right: 0;}
.level_test_question_area .level_test_question_button>button.on{color:#05c3d5; border: 2px solid #05c3d5;}

.container.ltr .contents_wrap{padding-top: 0;}
.level_test_result_area .level_test_result_area_title{text-align: center; padding: 40px 0; background: #e4f5ff; margin-top: 40px; border-radius: 20px; margin-bottom: 60px;}
.level_test_result_area .level_test_result_area_title>h1{font-size: 32px;}

.level_test_result_area .level_test_result_content{margin-bottom: 60px;}
.level_test_result_area .level_test_result_content>h1{font-size: 28px; margin-bottom: 20px;}
.level_test_result_area .level_test_result_content .level_test_result_table{width:100%; display:flex; flex-direction: row; flex-wrap: wrap; border-radius: 10px; overflow: hidden;}
.level_test_result_area .level_test_result_content .level_test_result_table>li>div{font-weight: bold; text-align: center; border-right: 1px solid #fff; padding: 10px 0; line-height: 1.2;}
.level_test_result_table>li>div:last-child{border-right: 0;}
.level_test_result_area .level_test_result_content .level_test_result_table>li>div.ltrt_td span{color:red;}


.level_test_result_area .level_test_result_content .level_test_result_table.set01>li{width:25%;}
.level_test_result_area .level_test_result_content .level_test_result_table.set01>li>div.ltrt_th{background: #78c9ed;}
.level_test_result_area .level_test_result_content .level_test_result_table.set01>li>div.ltrt_td{background: #e4f5ff;}

.level_test_result_area .level_test_result_content .level_test_result_table.set02>li{width:33.3333%;}
.level_test_result_area .level_test_result_content .level_test_result_table.set02>li>div.ltrt_th{background: #a5d941;}
.level_test_result_area .level_test_result_content .level_test_result_table.set02>li>div.ltrt_td{background: #eaf3d8;}

.level_test_result_area .level_test_result_content .level_test_result_table.set03>li{width:14%;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(2){width:29%;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(2) .ltrt_td{display: flex; flex-direction: row; flex-wrap: wrap;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(2) .ltrt_td .ltrt_td_sub{width:50%;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(3){width:29%;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(3) .ltrt_td{display: flex; flex-direction: row; flex-wrap: wrap;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(3) .ltrt_td .ltrt_td_sub{width:50%;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div.ltrt_th{background: #f5949f;}
.level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div.ltrt_td{background: #ffe4e7;}

.level_test_result_area .level_test_result_content .level_test_result_table.set03 .skill_title{min-height:50px;display: grid;align-content: center; word-break: keep-all;}

.level_test_result_area .level_test_result_content .level_test_result_list{background: #f7f7f9; border-radius: 10px; padding: 20px 30px;}
.level_test_result_area .level_test_result_content .level_test_result_list>li{margin-bottom: 10px;}
.level_test_result_area .level_test_result_content .level_test_result_list>li:last-child{margin-bottom: 0;}

.level_test_result_area .level_test_result_button{display: flex; flex-direction: row; flex-wrap: wrap;}
.level_test_result_area .level_test_result_button>a{width:32%; text-align: center; background: #a5d941; color:#fff; padding: 15px 0; border-radius: 10px; margin-right: 2%;}
.level_test_result_area .level_test_result_button>a.different{background: #78c9ed;}
.level_test_result_area .level_test_result_button>a:last-child{margin-right: 0;}

.level_test_result_area .level_test_result_content .level_test_result_table .pc_dis_none{display:none !important;}


.my_level_test_area .my_level_test_list{width:100%; margin-top:15px;}
.my_level_test_area .my_level_test_list tr{height:40px; text-align:center;}
.my_level_test_area .my_level_test_list th, .my_level_test_list td{border:1px solid #d7d8d8;}
.my_level_test_area .my_level_test_list th{background:#b02b74; color:#fff;}
.my_level_test_area .my_level_test_list tr:first-child th{width:190px; line-height:23px;}
.my_level_test_area .my_level_test_list tr:first-child th+th{width:335px;}
.my_level_test_area .my_level_test_list td{background: #fff; font-size: 1rem; padding: 8px 10px; line-height: 1.3; font-weight: 500; text-align:center;  vertical-align:middle; word-break:keep-all;}
.my_level_test_area .my_level_test_list td.cur{background: #fff; font-size: 0.9rem; padding: 8px 20px; line-height: 1.7; font-weight: 500; text-align:left !important;  vertical-align:text-top !important;}
.my_level_test_area .my_level_test_list td.half{width:15%;}
.my_level_test_area .my_level_test_list .tit{background:#fafafa; font-weight:500; font-size:15px; text-align:center !important;  vertical-align:middle !important;}
.my_level_test_area .my_level_test_list .btn_view {padding: 10px 0;color: #fff;background: #b02b74;margin-top: 10px;}
@media screen and (max-width: 1200px) {
    .level_test_index_area .level_test_index_title{margin-bottom: 40px;}
    .level_test_index_area .level_test_index_title>h1{font-size: 32px;}
    .level_test_index_area .level_test_index_title>p{font-size: 16px;}

    .level_test_index_area .level_test_index_list .level_test_index_list_con{margin-right: 10px; border-radius: 20px; padding: 30px 0 0 30px; width:220px; height: 300px;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con>a>span{font-size: 20px;}

    .level_test_index_area .level_test_index_list .level_test_index_list_con.set01{background: url('/assets/home/img/level_test_index_icon01.png')80% 150% no-repeat #f25555;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con.set02{background: url('/assets/home/img/level_test_index_icon02.png')80% 150% no-repeat #ff903f;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con.set03{background: url('/assets/home/img/level_test_index_icon03.png')80% 150% no-repeat #05c3d5;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con.set04{background: url('/assets/home/img/level_test_index_icon04.png')80% 150% no-repeat #39b5df;}

    .level_test_index_area.select .level_test_index_list .level_test_index_list_con.set01{background: url('/assets/home/img/level_test_select_icon01.png')80% 150% no-repeat #f25555;}
    .level_test_index_area.select .level_test_index_list .level_test_index_list_con.set02{background: url('/assets/home/img/level_test_select_icon02.png')80% 150% no-repeat #ff903f;}
    .level_test_index_area.select .level_test_index_list .level_test_index_list_con.set03{background: url('/assets/home/img/level_test_select_icon03.png')80% 150% no-repeat #05c3d5;}
    .level_test_index_area.select .level_test_index_list .level_test_index_list_con.set04{background: url('/assets/home/img/level_test_select_icon04.png')80% 150% no-repeat #39b5df;}
    .level_test_index_area.select .level_test_index_list .level_test_index_list_con.set05{background: url('/assets/home/img/level_test_select_icon05.png')80% 150% no-repeat #C5C6FC;}

    .level_test_index_area.select .level_test_index_list .level_test_index_list_con>a>b{color:#ddd; opacity: 1;}
    .level_test_index_area.select .level_test_index_list .level_test_index_list_con{padding: 30px 40px;}

    .level_test_index_area .level_test_index_list .level_test_index_list_con.set01>a>span{color:#fff;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con.set02>a>span{color:#fff;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con.set03>a>span{color:#fff;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con.set04>a>span{color:#fff;}
    .level_test_index_area .level_test_index_list .level_test_index_list_con.set05>a>span{color:#fff;}

    .level_test_index_area .level_test_index_decs>p{font-size: 14px; border: 2px solid #ddd; padding: 10px; text-align: left;}

    .level_text_selcet_area .level_text_selcet_area_wrap{width:90%;}
    .level_text_selcet_section .level_text_selcet_section_title{height: 100px;}
    .level_text_selcet_section .level_text_selcet_section_title>h1{font-size: 32px;}
    .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{margin-right: 20px;}
    .level_text_selcet_area .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point>span{display:none;}

    .level_text_selcet_area.set01 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon01.png')right top no-repeat; background-size: 80px;}
    .level_text_selcet_area.set02 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon02.png')right top no-repeat; background-size: 80px;}
    .level_text_selcet_area.set03 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon03.png')right top no-repeat; background-size: 80px;}
    .level_text_selcet_area.set04 .level_text_selcet_section .level_text_selcet_section_title .level_text_selcet_section_title_point{background: url('/assets/home/img/level_test_select_icon04.png')right top no-repeat; background-size: 80px;}

    .level_text_selcet_section .level_text_selcet_section_con01{padding: 20px; margin-bottom: 10px; border-radius: 10px;}
    .level_text_selcet_section .level_text_selcet_section_con01>p{font-size: 14px;  text-align: left; padding-right: 10px;}
    .level_text_selcet_section .level_text_selcet_section_con02{padding: 20px; border-radius: 10px;}
    .level_text_selcet_section .level_text_selcet_section_con02>h1{font-size: 16px;}
    .level_text_selcet_section .level_text_selcet_section_con02>ol>li{font-size: 14px;}
    .level_text_selcet_section .level_text_selcet_section_btn{margin-top: 10px;}
    .level_text_selcet_section .level_text_selcet_section_btn>a{font-size: 16px; padding: 15px 0;}

    .level_text_popup{width:90%;}
    .level_text_popup .level_text_popup_title>h1{font-size: 18px; padding: 15px 0;}
    .level_text_popup .level_text_popup_title .level_text_popup_close{font-size: 20px;}
    .level_text_popup .level_text_popup_content{padding: 20px;}
    .level_text_popup .ltpc_select>p{font-size: 14px;}
    .level_text_popup .ltpc_select .ltpc_select_input_area>label{font-size: 14px;}
    .level_text_popup .ltpc_select .ltpc_select_input_area>input{padding: 10px; font-size: 14px;}
    .level_text_popup .level_text_popup_button>a{font-size: 16px;}

    .contents_wrap.ltq{padding: 20px 5%;}

    .level_test_question_area{border-radius: 20px;}
    .level_test_question_area .level_test_question_title{padding: 20px;}
    .level_test_question_area .level_test_question_title>h1{font-size: 24px; text-align: center; width: 100%;}
    .level_test_question_area .level_test_question_title .level_test_question_time{position: fixed; bottom:0; left:0; width:100%; background: #f6f1f5; padding: 10px 20px; z-index: 3;}
    .level_test_question_area .level_test_question_title .level_test_question_time .ltq_time_con{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
    .level_test_question_area .level_test_question_title .level_test_question_time .ltq_time_con.take{display: none;}
    .level_test_question_area .level_test_question_list{padding: 20px;}
    .level_test_question_area .level_test_question_list>ul>li{margin-right: 5px;}
    .level_test_question_area .level_test_question_list>ul>li:first-child{margin-bottom: 5px;}
    .level_test_question_area .level_test_question_list>ul>li>span{width:30px; height: 30px; line-height: 30px; font-size: 14px;}
    .level_test_question_area .level_test_question_list>ul>li::after{display: none;}
    .level_test_question_area .level_test_question_content{padding: 0 20px 10px 20px;}
    .level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_tit{padding: 20px 20px 10px 20px;}
    .level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_question{padding: 0 20px 20px 20px; font-size: 16px;}
    .level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_answer{padding: 20px;}
    .level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_answer>label{margin: 0; margin-bottom: 20px; width:100%;}
    .level_test_question_area .level_test_question_content .level_test_question_content_wrap .ltqc_con .ltqc_con_answer>label:last-child{margin-bottom: 0;}
    .level_test_question_area .level_test_question_button{padding: 0 20px 0; width:100%;}
    .level_test_question_area .level_test_question_button>a{width:calc(50% - 5px); margin-right: 10px; border-radius: 10px; padding: 10px 0; text-align: center;}

    .level_test_question_area .level_test_question_title .level_test_question_time .ltq_time_con{text-align: center; margin-right: auto;}
    .level_test_question_area .level_test_question_title .level_test_question_time .ltq_time_con>b{font-size: 24px; color:#f25555; margin-left: 10px;}
    .level_test_question_area .level_test_question_title .level_test_question_time .level_test_question_completion{font-size: 14px;}

    .container.white.ltr{background-color: #f1f1f5 !important;}
    .level_test_result_area .level_test_result_area_title{margin: 0; background: none;}
    .level_test_result_area .level_test_result_area_title>h1{font-size: 24px;}

    .level_test_result_area .level_test_result_content{background: #fff; border-radius: 10px; padding: 30px 20px; margin-bottom: 20px;}
    .level_test_result_area .level_test_result_content>h1{font-size: 16px;}

    .level_test_result_area .level_test_result_content .level_test_result_table{border-radius: 0;}
    .level_test_result_area .level_test_result_content .level_test_result_table .m_dis_none{display: none !important;}
    .level_test_result_area .level_test_result_content .level_test_result_table .pc_dis_none{display:block !important;}
    .level_test_result_area .level_test_result_content .level_test_result_table>li>div{font-size: 12px;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div{border-right: 1px solid #ddd;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div.ltrt_th{border-right: 0;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div:last-child{border-right: 0;}

    .level_test_result_area .level_test_result_content .level_test_result_table.set01>li, .level_test_result_area .level_test_result_content .level_test_result_table.set02>li, .level_test_result_area .level_test_result_content .level_test_result_table.set03>li{width:100%; display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 20px;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li:last-child{margin-bottom: 0;}

    .level_test_result_area .level_test_result_content .level_test_result_table>li{border-bottom: 1px solid #eee;}
    .level_test_result_area .level_test_result_content .level_test_result_table>li>div.ltrt_th{width:60%; text-align: left;}
    .level_test_result_area .level_test_result_content .level_test_result_table>li>div.ltrt_td{width:40%; text-align: right; color:#888;}

    .level_test_result_area .level_test_result_content .level_test_result_table.set01>li>div.ltrt_th, .level_test_result_area .level_test_result_content .level_test_result_table.set01>li>div.ltrt_td, .level_test_result_area .level_test_result_content .level_test_result_table.set02>li>div.ltrt_th, .level_test_result_area .level_test_result_content .level_test_result_table.set02>li>div.ltrt_td, .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div.ltrt_th, .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div.ltrt_td{background: none;}

    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li{border-bottom: 0;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(2){width:100%;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div.ltrt_th{background: #e4f5ff; width:100%; text-align: center;}

    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(2) .ltrt_td{width:50%;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li .ltrt_td{width:50%; text-align: center;}

    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div{padding: 0;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li>div.ltrt_th{padding: 10px 0;}

    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(2) .ltrt_td .ltrt_td_sub{width:100%; text-align: center;}
    
    .level_test_result_table.set03>li:nth-child(2) .ltrt_td .pc_dis_none{width:100%; text-align: center;}
    
    .level_test_result_area .level_test_result_content .level_test_result_table.set03 .skill_title{display:block;min-height:0px;}
    
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(3){width:100%;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(3) .ltrt_td{width:50%;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li:nth-child(3) .ltrt_td .ltrt_td_sub{width:100%; text-align: center;}
    .level_test_result_table.set03>li:nth-child(3) .ltrt_td .pc_dis_none{width:100%; text-align: center;}

    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li .ltrt_td>div{border-bottom: 1px solid #ddd; padding: 10px; height:45px;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li .ltrt_td>div.pc_dis_none{color:#4fc1e8;}
    .level_test_result_area .level_test_result_content .level_test_result_table.set03>li .ltrt_td>div:last-child{border-bottom: 0;}

    .level_test_result_area .level_test_result_content .level_test_result_list{padding: 20px;}
    .level_test_result_area .level_test_result_content .level_test_result_list>li{font-size: 12px;}

    .level_test_result_area .level_test_result_button>a{width:calc(50% - 5px); margin-right: 10px; font-size: 14px;}
    .level_test_result_area .level_test_result_button>a:nth-child(2){margin-right: 0;}
    .level_test_result_area .level_test_result_button>a.different{width:100%; margin-top: 10px;}
}
