@charset "UTF-8";

main{position: relative;width: 100%;}
.contents{padding-top: 100px; overflow: hidden;}
.main_wd_ico { width: 190px !important; }

/* 공통 */
    /* lnb, title */
.bread_box  {position: relative;margin-bottom: 100px;}
.bread_box .breadcrumb > li {display:inline-block; position: relative; float:left; margin: 0 10px 0 0; padding: 0 17px 0 0; font-weight: 400; font-size: 14px; line-height: 50px;}
.bread_box .breadcrumb > li.home > a {display: inline-block; min-width: inherit; padding: 0; color: #fff; text-align: center; font-size: 16px;}
.bread_box .breadcrumb > li.home > a img {display: inline-block; vertical-align: middle;margin-top: -4px;}
.bread_box .breadcrumb > li:after {content:""; display:inline-block; position: absolute; right: 0; top: 50%; width:6px; height:11px; margin-top: -5px; background-image:url('/images/2022/user/sub/bread_arr.png'); background-repeat: no-repeat; vertical-align:middle;}
.bread_box .breadcrumb > li:last-child:after {display: none;}

.main_title {font-size: 50px;position: relative;text-align: center;margin: 60px 0; font-family: 'GmarketSans'}
.main_title strong{position: relative;font-weight: 600;}
.main_title strong:before{content:""; position: absolute; right: -25px;width: 0px;height: 0px;border-top: 15px solid #e30713;border-right: 12px solid transparent;transform: skewX(-25deg);}
.s_title{margin:0 auto; text-align: center; width: 95%; line-height: 1.5; font-weight: 500;}

    /* title icon */
.bread_box .btn_list {position: absolute; right: 0;  top: 150px;}
.bread_box .btn_list > li {position: relative; float: left; margin: 0 30px 0 0;}
.bread_box .btn_list > li:last-child {margin: 0;}
.bread_box .btn_list > li > a {background: url("/images/2022/user/sub/share_icon.png") no-repeat center/contain;display: block;width: 22px;height: 22px;text-indent: -9999px; z-index: 0;}
.bread_box .btn_list > li.print > a {background: url("/images/2022/user/sub/print_icon.png") no-repeat center/contain;}
.bread_box .btn_list > li.share > a:hover, .bread_box .btn_list > li.share > a:focus {background-image: url(/images/2022/user/sub/share_icon_on.png);}
.bread_box .btn_list > li.print > a:hover, .bread_box .btn_list > li.print > a:focus {background-image: url(/images/2022/user/sub/print_icon_on.png);}

.sub_share_box {display: none; position: absolute; right: 0; top: 35px; width: 150px;}
.sub_share_box li {float: left;width: calc((100% - 12px)/5);margin-left: 3px;}
.sub_share_box li:first-child {margin-left: 0;}
.sub_share_box li a {display: block; width: 26px; height: 26px; line-height: 26px; background-color: #3b5998; border-radius: 2px; color: #fff; font-size:17px; text-align: center;}
.sub_share_box li.twitter a {background-color: #55acee;}
.sub_share_box li.kakaostory a {background-color: #fccb00;}
.sub_share_box li.googleplus a {background-color: #da4835;}
.sub_share_box li.blog a {background-color: #00c73c;}

    /* 서브 탭 */
.sub_tab_nav_container{ position: relative;text-align: center;}
.sub_tab_nav_bar {opacity: 0; margin-left:14px; width:35px;height:2px; background-color: #e30713; position: absolute; bottom:6px; content: ''; display:block;}
.sub_tab_nav {margin-left: -14px;font-size:0;clear: both;/* display: none; */}
.sub_tab_nav li { display:inline-block; position: relative;}
.sub_tab_nav li:last-child {margin-right:0}
.sub_tab_nav li a {display:inline-block;padding: 10px 20px;font-size:18px;color: #aaa;-webkit-transition: color 0.3s;transition: color 0.3s;}
@media(max-width: 767px){
    .sub_tab_nav li a { padding: 10px 12px; font-size: 16px;}
}
.sub_tab_nav li.active a, .sub_tab_nav li a:hover{ color: #e30713;font-weight: 500;}
.sub_tab_nav li a:after {content: '';display: block;position: absolute;bottom: 0;left: 50%; transform: translateX(-50%); height: 2px;width: calc(100% - 36px);background: #e30713;opacity: 0;transition: opacity .3s;}
.sub_tab_nav li.active a:after { opacity: 1; }

    /* 버튼 */
.btn { margin: 0 5px; transition:.3s ease; display:inline-block;width: 240px;line-height: 50px;color:#e30713;font-size: 15px; font-weight: 500; letter-spacing:-.5px; border: 1px solid #e30713;background: transparent;position: relative;overflow: hidden;text-align: center;}
.btn a{color:#e30713;}
.btn svg{margin-left: 10px;}
.btn svg path{fill:#e30713;}
.btn:hover svg path {fill:#fff;}
.submit {margin-top: 120px;text-align: center;}
.btn.wthm {color:#000;border-color: #000;margin-right: 10px;}
.btn:hover{ color:#fff;}
.btn .overlay {display: block; width: 0; height: 0; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #e30713; border-radius: 50%;top: 22px;left: 97px; z-index: -1;}
.btn.wthm .overlay {background: #0a0a0a;}
.btn:hover .overlay {width: 225%; height: 760.5%; -webkit-transition: width .3s cubic-bezier(0, 0, 0.58, 0.32), height .3s cubic-bezier(0, 0, 0.58, 0.32); transition: width .3s cubic-bezier(0, 0, 0.58, 0.32), height .3s cubic-bezier(0, 0, 0.58, 0.32);}
    /* 레이아웃 */
.com_info_box{padding-bottom: 120px;}
.com_info_box .sub_title{font-size:30px; font-weight: 600;padding-bottom: 20px;border-bottom: 1px solid #000;}

.agree_box {text-align: center; margin: -40px 0 100px 0;}
.agree_box p{display: block; line-height: 1.5;}
.agree_box .e_box {margin-top: 40px;font-size: 15px;}
.agree_box .e_box label:first-child {margin-right: 60px;}

.list_wrap .list {display: block;font-size: 30px;font-weight: 600;line-height: 70px;border-bottom: 1px solid #000;}
.list_wrap .list .s_tx {font-size: 15px;color: #e30713;font-weight: 400;}
.flex2 {display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;width: 100% !important;}
.flex2 label {width: 33.333333%;}
.flex2 span{vertical-align: middle;}




/* sub1 - PATINEX 개요 intro.html */
.event_intro .text_box {display: flex;letter-spacing: .5px;}
.event_intro .sub_title{border-bottom: 2px solid #000;}
.event_intro .text_box .poster{flex:1;padding: 0 35px;}
.event_intro .text_box .text{display: flex;flex-flow: column wrap; justify-content: center; flex:1.3;padding-left: 35px;}
.event_intro .text_box .text p{line-height: 1.6;margin-bottom: 70px; font-size: 18px;}
.event_intro .text_box .text span{font-weight: 500;}


/* sub2 - 지난행사 prev_event.html */
.event_cont {border-top: 2px solid #333;}
.event_list > .list > li {position: relative;border-bottom: 1px solid #e5e5e5; padding: 54px 50px 78px;}
.event_list > .list > li .box {display: table; width: 100%; table-layout: fixed; padding: 6px 0 0 0px;}
.event_list > .list > li .box::before{content: '';position: absolute;width: 40px;height: 40px;left: 20px;top: 35px;background: url("/images/2022/user/sub/tit_etc.png") no-repeat center/contain;}
.event_list > .list > li .box .left_box {display: table-cell; width: 440px; padding: 0 10px 0 0; vertical-align: top;}
.event_list > .list > li .box .left_box .year {font-family: 'GmarketSans'; font-weight: 700; font-size: 32px; line-height: 48px; color: #333;}
.event_list > .list > li .box .left_box .title {font-family: 'GmarketSans'; font-weight: 600; font-size: 32px; line-height: 48px; color: #333; word-break: keep-all;}
.event_list > .list > li .box .left_box .text {margin: 9px 0 0; font-family: 'GmarketSans'; font-weight: 600; font-size: 18px; line-height: 27px; color: #e30713; word-break: keep-all;}
.event_list > .list > li .box .right_box {display: table-cell; width: 100%; vertical-align: top;}

.event_list > .list > li .box .right_box .info_list .list {font-size: 0;}
.event_list > .list > li .box .right_box .info_list .list li {display: inline-block; position: relative; width: 50%;font-weight: 300; font-size: 16px; line-height: 24px; color: #333; vertical-align: text-top; word-break: keep-all;}
.event_list > .list > li .box .right_box .info_list .list li .list_box {display: table; width: 100%; table-layout: fixed;}
.event_list > .list > li .box .right_box .info_list .list li .list_box .list_inner {display: table-cell; height: 48px; vertical-align: top;}
.event_list > .list > li .box .right_box .info_list .list li .list_box .list_inner .txt {position: relative; height: 48px; padding: 0 0 0 70px; font-weight: 400; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
.event_list > .list > li .box .right_box .info_list .list li .list_box .list_inner .txt_t {display: block; content: ''; position: absolute; top: 0; left: 0; padding: 3px 0 0 10px;}
.event_list > .list > li .box .right_box .info_list .list li .list_box .list_inner .txt_t:before {display: block; content: ''; position: absolute; top: 9px; left: 0; width: 3px; height: 3px; background-color: #333;}



.event_list > .list > li .box .right_box .btn_list {margin: 26px 0 0;}
.event_list > .list > li .box .right_box .btn_list .list {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-around; font-size: 0;}
.event_list > .list > li .box .right_box .btn_list .list li {display: inline-block; width: 100%; margin: 0 0 0 10px;}
.event_list > .list > li .box .right_box .btn_list .list li:first-child {margin: 0;}
.event_list > .list > li .box .right_box .btn_list .list li .btn{width:100%; border: 1px solid #333; color: #333;}
.event_list > .list > li .box .right_box .btn_list .list li .btn:hover{color:#fff; border: 1px solid #e10713;}
.event_list > .list > li .box .right_box .btn_list .list li .btn:hover svg path {fill:#fff;}
.event_list > .list > li .box .right_box .btn_list .list li .btn a{color:#333;}
.event_list > .list > li .box .right_box .btn_list .list li .btn svg path{fill:#333}
/* .event_list > .list > li .box .right_box .btn_list .list li .btn.video_pop_btn,
.event_list > .list > li .box .right_box .btn_list .list li .btn.img_pop_btn {background-color: #333333; color: #ffffff;border:none;cursor: pointer;} */


/* sub3 - 전시 참가 안내 paarticipation.html */
.cont.bd_b {position: relative; padding: 50px 30px;}
.cont.bd_b:before {display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height:2px; background-color: #101e34;}

.cont .guide_list > li {margin: 120px 0 0;}
.cont .guide_list > li:first-child {margin: 0;}
.cont .guide_list > li .box {display: flex;}
.cont .guide_list > li .box .title { position: relative; padding: 0 0 0 25px; width: 200px; font-weight: 500; font-size: 22px; line-height: 36px; color: #333;}
.cont .guide_list > li .box .title:before {display: block; content: ""; position: absolute; top: 18px; left: 0; width: 8px; height: 8px; margin: -7px 0 0; background-color: #e30713;border-radius: 50%;}

.cont .guide_list li .box .pro_box, .cont .guide_list li .box .table_box {flex:5;margin-left: 20px;}

.cont .guide_list li .box .pro_box .list { display: flex; flex-wrap: wrap; justify-content: space-between;}
.cont .guide_list li .box .pro_box .list li {position: relative;padding: 35px;border:1px solid #ddd;width: 15.5%;}
.cont .guide_list li .box .pro_box .list.list2 li{ width: 22%;}
.cont .guide_list li .box .pro_box .list li:before{content: '';position: absolute;right: -8.5%; top: 0; bottom:0; margin:auto;width: 9px;height: 9px;border-top: 2px solid #e30713; /* 선 두께 */border-right: 2px solid #e30713;transform: rotate(45deg);}
.cont .guide_list li .box .pro_box .list li:last-child::before{content:none;}
.cont .guide_list li .box .pro_box .list li .step, .cont .guide_list li .box .pro_box .list li .img_box{margin-bottom: 20px;}
.cont .guide_list li .box .pro_box .list li .img_box .inner_box {display: table-cell; width: 100%;}
.cont .guide_list li .box .pro_box .list li .text{line-height: 1.6;color:#717171;}
.cont .guide_list li .box .pro_box .list li .text span{font-weight: bold;color:#333;}

.cont .guide_list li .box .pro_box .list.list02{ margin: 0 0 0 -20px;}
.cont .guide_list li .box .pro_box .list.list02 li{ display: flex; flex-direction: column; align-items: center; margin: 20px 0 0 20px; padding: 20px 0; width: 20% !important;}
@media(max-width: 767px){
    .cont .guide_list li .box .pro_box .list.list02{ flex-wrap: wrap; justify-content: flex-start; margin: 0 0 0 -2%;}
    .cont .guide_list li .box .pro_box .list.list02 li{ margin: 2% 0 0 2% !important;  width: 31% !important;}

}


.cont .guide_list li .box .table_box table {width: 100%; margin-top: 0;border-top: 1px solid #6c6c75;}
.cont .guide_list li .box .table_box table thead {background-color: #f5f5f5; border-bottom: 1px solid #d3d4e1;}
.cont .guide_list li .box .table_box table thead tr td {border-right: 1px solid #d3d4e1; padding: 20px 0; font-weight: 500; line-height: 24px; color: #333; text-align: center;}
.cont .guide_list li .box .table_box table thead tr td:last-child {border-right: none;}
.cont .guide_list li .box .table_box table tbody {border-bottom: 1px solid #d3d4e1;}
.cont .guide_list li .box .table_box table tbody tr {border-bottom: 1px solid #d3d4e1;}
.cont .guide_list li .box .table_box table tbody tr.ht {height: 69px;}
.cont .guide_list li .box .table_box table tbody tr td {border-right: 1px solid #d3d4e1; padding: 20px 5px; font-weight: 400; font-size: 16px; line-height: 24px; color: #333; word-break: keep-all;text-align: center;}
.cont .guide_list li .box .table_box table tbody tr td .yuan{display: inline-block;width: 12px;height: 12px;border-radius: 50%;background: #000;}
.cont .guide_list li .box .table_box table tbody tr td:last-child {border-right: none;}
.cont .guide_list li .box .table_box table tbody tr td.booth_img img{width:350px ;}
.cont .guide_list li .box .table_box .text{ margin-top:5px; font-weight: 400; font-size: 16px; line-height: 24px; color: #333; margin-bottom: 20px;}
.cont .guide_list li .box .table_box .text p{ display: flex; margin: 15px 0; line-height: 1.5; color: #666;}
.cont .guide_list li .box .table_box .text p span{ flex: 0 0 120px; line-height: 1.5; font-weight: 400; color: #000;}
@media(max-width: 767px){
    .cont .guide_list li .box .table_box .text p{ display: block;}
    .cont .guide_list li .box .table_box .text p span{ display: block;}
}


/* sub4 - 참관객 등록 안내 visitor_info.html */
.procedure{display: flex;justify-content:space-between;flex-flow: row wrap;}
.procedure .proc{width: 100%;border:1px solid #ddd;text-align: center; flex:1; margin-right: 20px;}
.procedure .proc:last-child{margin-right: 0;}
.procedure .proc .box_tit{background:#f7f7f7;border-top:1px solid #111; border-bottom:1px solid #ddd;padding:30px 0;}
.procedure .proc .box_tit span{display: block;font-size:18px;padding:5px;font-weight: bold;}
.procedure .proc .box_tit span:first-child{font-size:13px;color:#717171;font-weight: normal;}
.procedure .proc .box_cont ul{padding:40px 0;}
.procedure .proc .box_cont ul li{position: relative;padding:0 10px 75px;line-height: 1.6; box-sizing: border-box; display: block; flex: none;}
.procedure .proc .box_cont ul li:before{content: '';position: absolute;right: 0;left: 0;top: 0;bottom: -10px;margin: auto;width: 9px;height: 9px;border-top: 2px solid #e10713;border-right: 2px solid #e10713;transform: rotate(135deg);}
.procedure .proc .box_cont ul li:last-child{padding-bottom:0px;}
.procedure .proc .box_cont ul li:last-child:before{content:none;}


.procedure .pd_btn { display: inline-block; border: 1px solid #e10713; color: #e10713; padding: 8px 12px; border-radius: 6px; font-size: 13px; font-weight: 500; margin-left: 10px; cursor: pointer; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.procedure .pd_btn > a{color: #e10713; line-height: 1.4;}
.procedure .pd_btn:hover > a{color: #fff}
.procedure .pd_btn:hover{background: #e10713; color: #fff;}

/* sub4 - 참관객 등록 신청 visitor_form.html */
#visitor_form table.view_table td{height: auto; padding: 30px; line-height: 3;}
#visitor_form .flex2.th_c label:last-child{width: 40%;}
#visitor_form .flex2.th_c label input[type="text"]{width: calc(100% - 160px); line-height: 40px; margin-left: 10px;}

/* sub4 - 참관객 등록 신청 완료 visitor_fin.html */
#visitor_fin .com_info_box .box .ico{width: 40px; height: 40px; background:url(/images/2022/cmmn/j_fin_ico.png) no-repeat top center; text-align: center; margin:0 auto 15px;}
#visitor_fin .com_info_box .box .box_tit{font-size: 20px; text-align:center; font-weight: 400; letter-spacing: 1px;}
#visitor_fin .btn{display: block; margin: 40px auto 0; text-align: center;}
#visitor_fin .com_info_box .box .card{position: relative; width: 100%; height: 500px; background:#000 url(/images/2022/cmmn/visitor_card.png) no-repeat top center/cover; margin-top: 50px; box-sizing: border-box;}
#visitor_fin .com_info_box .box .card_info{background: rgba(255,255,255,0.4); text-align:center; color:#fff; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); border-radius: 10px; padding: 30px 0px; box-sizing: border-box;}
#visitor_fin .com_info_box .box .card_tb td{color: #fff; height: 20px; font-size: 15px; border: 0; padding: 10px 30px;}
#visitor_fin .com_info_box .box .card_tb .card_tit{text-align:center; width: 35%; border-right: 1px solid rgba(255,255,255,.3);}
#visitor_fin .com_info_box .box .card_tb .card_tit .card_ico{margin: 0 auto 15px; width: 45px; height: 45px; background: url(/images/2022/cmmn/card_user.png) no-repeat 50% 50%/50%; border: 1px solid #fff; border-radius: 100%; padding: 10px; box-sizing: border-box;}
#visitor_fin .com_info_box .box .card_tb .card_tit .nm{font-size: 24px;}
 
/* sub4 - 프로그램 program.html */
.bg_gy { background: repeating-linear-gradient(-45deg,#fff, #fff 4px, #fff4f5 0, #fff4f5 8px) !important; }
.sub_table {margin-bottom: 120px;}
.sub_table th:first-of-type { width: 18%; }
.sub_table th:nth-of-type(2) { width: 54%; }
.sub_table th:nth-of-type(3) { width: 10%; }
.sub_table th:last-of-type { width: 18%; }
.sub_table td { text-align: center; border: 1px solid #ddd;}
.sub_table td:first-of-type { border-left: 0;}
.sub_table td:last-of-type { border-right: 0;}
.sub_table img { width: 40px;}
    /* 유튜브 영상 모달 */
.view_btn { cursor: pointer;}
.vdo_popup {position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6);}
.vdo_popup .inner {height: 100%;}
.vdo_popup .vdo_wrap { position: absolute; padding-bottom: 56.25%; width: 100%; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.vdo_popup .vdo_wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.vdo_popup .close { position: absolute; right: 0px; top: -50px; width: 40px; height: 40px; cursor: pointer;}
.vdo_popup .close span { display: block; width: 2px; height: 40px; background-color: #fff; position: absolute; transform: rotate(-45deg); left: 19px; }
.vdo_popup .close span:last-child { transform: rotate( 45deg ); }

/* sub5 - 행사전시 exhibition.html */
.info_tab_nav { width: 100%; }
.info_tab_nav:after { content: ''; display: block; clear: both; }
.info_tab_nav li { float: left; width: 50%; margin-bottom: 50px; border-bottom: 1px solid #ddd; line-height: 4; text-align: center; font-size: 20px; color: #ddd; cursor: pointer; transition: 0.1s; }
.info_tab_nav li:hover { color: #000;}
.info_tab_nav li.active { border-bottom: 2px solid #000; color: #000; font-weight: 500; }
#select, #select2{background: none !important;  border: 0; padding: 0; font-size: 16px; width:auto; margin:0 auto; box-sizing: border-box; text-align:center;}

    /* 테이블 디자인  info_list*/
#info_list table { width: 95%; margin: auto; border-top: 1px solid #000;}
#info_list table tbody tr { height: 150px; }
#info_list table td {text-align: center;}
#info_list table td:first-of-type {font-weight: 700;}
#info_list table td a {display: block;}
table td img { margin: 0; width: auto;}
.no_line { border-width: 0 1px 0 1px !important; line-height: 1.5; }
.pro_table tbody tr:last-of-type .no_line { border-bottom: 1px solid #ddd !important; } 

.pro_tiny { font-size: 12px; }
.bt_line { border-bottom: 1px solid #ddd !important; }


    /* info_map */
#info_map div { width: 90%; margin: auto; background-color: #f7f7f7;}
#info_map div img { display: block; width: 100%; margin: auto; padding: 0; }

    /* 미니 홍보영상 팝업 디자인 */
.video_popup_wrap { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.6); z-index: 99999;}
.video_popup_btn { cursor: pointer; }
.video_popup { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50%; background-color: #f8f8f8;}
.video_popup::after { content: ''; display: block; padding-top: 56.25%; }
.video_popup h4 { margin-top: 6%; font-size: 26px; font-weight: 500; text-align: center; }
.video_wrap { position: absolute; left: 50%; top: 23%; transform: translateX(-50%); width: 80%; text-align: center; }
.video_wrap::after { content: ''; display: block; padding-top: 56.25%; }
.video_popup iframe { position: absolute; width: 100%;}
.close_btn { position: absolute; right: 30px; top: 9%; width: 30px; height: 30px; cursor: pointer;}
.close_btn div { position: absolute; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; border: 2px solid #000; border-width: 0 0 2px 0; }
.line1 {top: 0; transform: rotate(45deg) !important; }
.line2 { top: 15px; transform: rotate(135deg) !important; }
.video_popup_wrap { display:none; }
.video_popup_wrap.active { display:block !important; }


/* sub6 - 공지사항 notice.html */
    /* 기본 - 검색틀 */
.sub_cont .sub_sch_box {display: flex;position: relative; padding: 30px 45px; box-sizing: border-box;}
.sub_sch_area .sub_sch_box {position: inherit; margin: 0; padding: 30px 123px 30px 0; box-shadow: none; background: none;}
.sub_cont .sub_sch_box label {font-weight: 500;line-height: 45px; color: #333;vertical-align: top;margin-right: 20px;}
.sub_cont .sub_sch_box .slt_box {position: relative;width: 200px; margin-right: 7px;}
.sub_cont .sub_sch_box .slt_box:before{z-index: 1;content: '';position: absolute;right: 20px;top: 0;bottom: 0;margin: auto;width: 5px;height: 5px;border-top: 2px solid #333;border-right: 2px solid #333;transform: rotate(135deg);}
.sub_cont .sub_sch_box .slt_box select {position: relative; width: 100%; height: 45px; border: 1px solid #c6cbcf; padding: 0 35px 0 19px; font-size: 15px; cursor: pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.sub_cont .sub_sch_box .slt_box select::-ms-expand{display:none;}
.sub_cont .sub_sch_box .input_box{width: 100%;margin-right: 7px;}
.sub_cont .sub_sch_box .input_box input {width: 100%; height: 45px; border: 1px solid #c9ced2; padding: 0 20px; font-weight: 500; font-size: 14px; box-sizing: border-box;}
.sub_cont .sub_sch_box .input_box input::placeholder {color: rgba(0, 0, 0, 0.5);}
.sub_cont .sub_sch_box .st_sch_btn {height: 45px; padding:0 30px; background-color: #333; text-align: center;}
.sub_cont .sub_sch_area .sub_sch_box .st_sch_btn {right: 0;}
.sub_cont .sub_sch_box .st_sch_btn .ico {display: inline-block; position: relative; padding: 0 0 0 29px; font-weight: 400; line-height: 45px; color: #ffffff;}
.sub_cont .sub_sch_box .st_sch_btn .ico:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 21px; height: 21px; margin: -11px 0 0; background-image: url("/images/2022/user/sub/slt_btn_sch_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}

    /* 기본 - 리스트 */
    /* ==================== Table Style ==================== */
.board_area {overflow: hidden; margin: 52px 0 0;}
.board_area.sty2 {text-align: right;}
.board_area .title_box {width: 100%; overflow: hidden;}
.board_area .title_box .table_tit {position: relative; float: left; padding: 0 0 0 16px; font-weight: 500; font-size: 20px; line-height: 30px; color: #333333;}
.board_area .title_box .table_tit:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 8px; height: 8px; margin: -4px 0 0; background-color: #f98407; border-radius: 50%;}
.board_area .title_box .fr {float: right;}
.board_area .title_box .view_cont {font-size: 0;}
.board_area .title_box .view_cont .text {display: inline-block; font-weight: 300; font-size: 14px; line-height: 30px; color: #8c8c8c;}
.board_area .title_box .view_cont .text.red {color: #f22929;}
.board_area .synthesis {display: inline-block; position: relative; padding: 0 0 0 18px; font-weight: 400; font-size: 14px; line-height: 21px; color: #333333;}
.board_area .synthesis.sty2 {padding: 0;}
.board_area .synthesis.fr {text-align: right;}
.board_area .synthesis:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; margin: -6px 0 0; background-image: url("/images/user/common/synt_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.board_area .synthesis.sty2:before {display: none;}
.board_area .synthesis .num {color: #e03321;}
.board_area > .inner {overflow: hidden;}
.board_area > .inner > .synthesis {float: left; position: relative; padding: 0 0 0 18px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333;}
.board_area > .inner > .synthesis:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; margin: -6px 0 0; background-image: url("/images/user/common/synt_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.board_area > .inner > .synthesis .num {color: #e03321;}
.board_area > .inner > .text {float: right; font-weight: 300; font-size: 14px; line-height: 21px; color: #e03321; text-align: right;}
.board_area > .inner > .text .ft_color {color: #2475e3;}
.board_area .board_list {width: 100%; margin: 15px 0 0; border-top: 2px solid #5f6577; text-align: center; border-collapse: collapse; table-layout: fixed; box-sizing: border-box;}
.board_area .board_list thead {border-bottom: 1px solid #d5d5d5;}
.board_area .board_list thead tr {}
.board_area .board_list thead tr th {padding: 13px 10px; font-weight: 500; font-size: 15px; line-height: 22px; color: #333333; background:#fff; border-right: 0;}
.board_area .board_list tbody {}
.board_area .board_list tbody tr {border-bottom: 1px solid #d5d5d5; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.board_area .board_list tbody tr:hover {background-color: #f7f7f7;}
.board_area .board_list tbody tr td {position: relative; padding: 13px 10px; font-weight: 400; font-size: 15px; line-height: 22px; color: #333333;text-align: center;}
.board_area .board_list tbody tr td.ft_color {color: #084ea4;}
.board_area .board_list tbody tr td.tit {padding: 0; text-align: left;}
.board_area .board_list tbody tr td.tit a {display: block; padding: 13px 10px; text-align: center;}
.board_area .board_list tbody tr.latest td.tit a .text:after {display: block; content: ''; position: absolute; top: 2px; right: 0; width: 19px; height: 20px; background-image: url("/images/user/common/new_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.board_area .board_list tbody tr td .file {display: inline-block; width: 14px; height: 14px; background-image: url("/images/2022/user/sub/flie_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; vertical-align: middle;}
.board_area .board_list tbody tr.red {background-color: #fcf0f0;}
.board_area .board_list tbody tr.red td {}

.board_area .board_list tbody tr.red td.key {font-weight: 500; color: #ec1a10;}
.board_area .board_list tbody tr.red td.num {color: #ec1a10;}
.board_area .board_list tbody tr.red td.tit .new {display: inline-block; width: 19px; height: 20px; margin: 0 0 0 10px; background-image: url("/images/user/common/new_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; text-indent: -9999px;}
.board_area .board_list tbody tr.red td.date {}
.board_area .board_list tbody tr.red td.file {}
.board_area .board_list tbody tr.red td.file span {cursor: pointer;}
.board_area .board_list tbody tr td.error {color: #ec1a10;}
.board_area .board_list tbody tr td .m_tit {display: none; font-size: 14px;}
.board_area .board_list tbody tr td.state {}
.board_area .board_list tbody tr td.state .str_com {display: inline-block; width: 70px; font-weight: 400; font-size: 14px; line-height: 27px; color: #ffffff; text-align: center;}
.board_area .board_list tbody tr td.state2 .str_com {display: inline-block; font-weight: 400; font-size: 14px; line-height: 27px; text-align: center;}
.board_area .board_list tbody tr td.state .str1 {background-color: #ee4444;}
.board_area .board_list tbody tr td.state .str2 {background-color: #f19a1d;}
.board_area .board_list tbody tr td.state .str3 {background-color: #9e9aa7;}
.board_area .board_list tbody tr td.state .str4 {background-color: #3f2189;}
.board_area .board_list tbody tr td.state .str5 {background-color: #7e5cd3;}
.board_area .board_list tbody tr td.state2 .str1 {color: #ee4444;}
.board_area .board_list tbody tr td.state2 .str2 {color: #f19a1d;}
.board_area .board_list tbody tr td.state2 .str3 {color: #1f6ae6;}
.board_area .board_list tbody tr td.state2 .str4 {color: #3f2189;}
.board_area .board_list tbody tr td.state2 .str5 {color: #7e5cd3;}
.board_area .board_list tbody tr td.area {text-align: left;}
.board_area .board_list tbody tr td.area > div {display: inline-block; position: relative; width: 100%; max-width: 400px; padding: 0 140px 0 0;}
.board_area .board_list tbody tr td.area > div .bw_in_btn.sty2 {position: absolute; top: 0; right: 0; margin: 0;}
.board_area .board_list tbody tr td.area input {width: 100%; height: 40px; margin: 0 10px 0 0; border: 1px solid #e9ecef; padding: 0 10px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333; vertical-align: middle;}
.board_area .board_list tbody tr td.area .inp_01.top {display: inline-block; max-width: 250px; margin: 0 10px 0 0;}
.board_area .board_list tbody tr td.area .inp_01 {display: block; margin: 10px 0 0;}
.board_area .board_list tbody tr td .chk_each .vchkbox {top: 1px;}

    /* ==================== 게시판 VIEW Style ==================== */
.board_view {margin: 32px 0 0; border-bottom:1px solid #d7d7d7;}
.board_view_top {position:relative; z-index:1; padding:0 65px 40px; border-bottom: 2px solid #5f6577; text-align:center;}
.board_view_top.btn_non {padding: 0 0 20px;}
.board_view_top .board_text_list {}
.board_view_top .board_text_list .list {font-size: 0;}
.board_view_top .board_text_list .list li {display: inline-block; position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; font-weight: 400; font-size: 15px; line-height: 22px; color: #777777;}
.board_view_top .board_text_list .list li:after {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 15px; margin: -7px 0 0; background-color: #777777;}
.board_view_top .board_text_list .list li:last-child {margin: 0; padding: 0;}
.board_view_top .board_text_list .list li:last-child:after {display: none;}
.board_view_top .board_text_list .list li.ft_color {color: #2475e3;}
.board_view_top > .ft_color {}
.board_view_top .mark_box {margin-bottom:10px;}
.board_view_top .mark {display:inline-block; padding:5px 10px; background-color: #ec1a10; color:#ffffff; font-size:15px;}
.board_view_top .mark.new {background-color: #ff9000;}
.board_view_top .mark.sort {background-color: #ffffff; border:1px solid #2196f3; color:#2196f3;}
.board_view_top .mark_list {margin: 0 0 5px; font-size: 0;}
.board_view_top .mark_list .mark {display: inline-block; width: 43px; height: 21px; margin: 0 2px 0 0; padding: 0; background-color: inherit;font-family: 'Noto Sans KR'; font-weight: 400; font-size: 12px; line-height: 21px; color: #ffffff; text-align: center; vertical-align: middle;}
.board_view_top .mark_list .mark:last-child {margin: 0;}
.board_view_top .mark_list .mark.bg_1 {background-color: #ff6363;}
.board_view_top .mark_list .mark.bg_2 {background-color: #3a7fcd;}
.board_view_top .mark_list .mark.bg_3 {background-color: #4fc15f;}
.board_view_top .mark_list .mark.bor {line-height: 19px;}
.board_view_top .mark_list .mark.bor_1 {border: 1px solid #f98d00; color: #f98d00;}
.board_view_top .mark_list .mark.bor_2 {border: 1px solid #826df1; color: #826df1;}
.board_view_top .mark_list .mark.bor_3 {border: 1px solid #848484; color: #848484;}
.board_view_top .tit {display:block; margin-bottom:20px; font-size:1.6em; font-weight: 500;}
.board_view_top .tit .ft_c {display: block; color: #434194;}
.board_view_top .tit .mark {margin-right:5px; vertical-align:top;}
.board_view_top .info {color:#777777; font-size:0;}
.board_view_top .info .each {display:inline-block; font-size:15px;}
.board_view_top .info .each:after {content:"|"; display:inline-block; margin-top:-2px; padding:0 15px; color:#d7d7d7; font-size:12px; vertical-align:middle;}
.board_view_top .info .each:last-child:after {display:none;}
.board_view_top .controler {position:absolute; left:20px; top:50%; z-index:1; width:30px; height:40px; line-height:40px; margin-top:-15px; font-size:30px; text-align:center;}
.board_view_top .controler:hover {-webkit-animation: scale1_3 0.8s infinite; animation: scale1_3 0.8s infinite;}
.board_view_top .next {left:auto; right:20px;}

.board_view_top .btn_arr {position: absolute; top: 50%; width: 16px; height: 27px; margin: -13px 0 0; background-position: 0 0; background-size: cover; background-repeat: no-repeat; text-indent: -9999px; border:0; cursor:pointer;}
.board_view_top .board_prev {left: 25px; background-image: url("/images/2022/cmmn/board_prev.jpg");}
.board_view_top .board_next {right: 25px; background-image: url("/images/2022/cmmn/board_next.jpg");}

.board_view_con {padding:40px 25px;}
.editor_view > p{line-height: 1.5;}

.board_view_file {display:table; width:100%; border-collapse:collapse; border-top:1px solid #ddd;}
.board_view_file .tit {display:table-cell; width:20%; padding:15px 25px; background-color :#f7f7f7; vertical-align:middle;}
.board_view_file .file_box {display:table-cell; padding:15px 20px 0; vertical-align:middle;}
.board_view_file .file_each {margin-bottom:15px;}
.board_view_file .file_each a:hover, .board_view_file .file_each a:focus {text-decoration:underline;}
.board_view_file .file_each a {position: relative; padding: 0 0 0 20px; background-image: url("/images/2022/cmmn/attach_ico.png"); background-position: 0 3px; background-repeat: no-repeat; font-weight: 400; font-size: 15px; line-height: 22px;}
.board_view_file .file_each button {width: 78px; height: 29px; margin: 0 0 0 10px; border: 1px solid #373737;}
.board_view_file .file_each button:hover, .board_view_file .file_each button:focus {border: none; background-color: #373737; color: #ffffff;}
.board_view_file .file_each button .text {display: inline-block; font-weight: 400; font-size: 14px; line-height: 27px; color: #373737; box-sizing: border-box;}
.board_view_file .file_each button:hover .text, .board_view_file .file_each button:focus .text {color: #ffffff;}

    /* ==================== Pagination Style ==================== */
.pagination {margin-top:20px; font-size:0; text-align: center;}
.pagination a {display: inline-block; width: 30px; height: 30px; margin: 10px 0 3px; font-size: 14px; line-height: 30px; border-radius: 100%; text-align: center; vertical-align: middle; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.pagination a:hover, .pagination a:focus, .pagination .active {background:#f2f2f2;}
.pagination .page_arrow {position: relative;}
.pagination .page_arrow:before {display: block; content: ''; position: absolute; top: 50%; height: 12px; background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.pagination .page_arrow.l1 {margin: 0 40px 3px 0;}
.pagination .page_arrow.l1:before {left: 50%; width: 9px; margin: -6px 0 0 -4px; background-image: url("/images/user/common/page_l1.png");}
.pagination .page_arrow.l2:before {left: 50%; width: 17px; margin: -6px 0 0 -8px; background-image: url("/images/user/common/page_l2.png");}
.pagination .page_arrow.r1 {margin: 0 0 3px 40px;}
.pagination .page_arrow.r1:before {left: 50%; margin: -6px 0 0 -4px; width: 9px; margin: -6px 0 0 -4px; background-image: url("/images/user/common/page_r1.png");}
.pagination .page_arrow.r2:before {left: 50%; width: 17px; margin: -6px 0 0 -8px; background-image: url("/images/user/common/page_r2.png");}


/* sub6 - 뉴스레터 구독 newsletter.html */
.tab_item {width: calc(100%/2);height: 50px;border-bottom: 1px solid #ddd;line-height: 50px;text-align: center;color: #ddd;display: block;float: left;text-align: center;transition: all 0.2s ease;font-size: 20px;cursor: pointer;}
.tab_item:hover {color:#333;}
input[name="tab_item"] {display: none;}
.tab_content {display: none;padding: 40px 40px 0;clear: both;overflow: hidden;}

    /* 선택 된 탭 콘텐츠를 표시 */
#apply:checked ~ #apply_content, #confirm:checked ~ #confirm_content{display: block;}

.tabs input:checked + .tab_item {color: #333;border-bottom:2px solid #333;font-weight: 500;;}
#newsletter .cont.bd_b:before{content:none;}
#newsletter .cont .guide_list > li .box{flex-flow: column wrap;width: 100%;}
#newsletter .cont .guide_list > li .box .title{margin-bottom: 25px;}
#newsletter .cont .guide_list > li .box .text{border:1px solid #ddd;padding:40px 30px;line-height: 1.6;margin-bottom:20px;}
#newsletter .cont .guide_list > li .box .text span{color:#e30713;}
.subscriber_info li{display: flex;align-items: center;height: 50px;margin-bottom: 25px;}
.subscriber_info .name{width: 10%;}
.subscriber_info .infm{width: 90%;display: flex;justify-content:space-between;align-items:center;}
.subscriber_info .infm .num{width: 32%;}
.subscriber_info .infm .si{width: 3%;text-align: center;}

.form-control {display: block;width: 100%;height: 50px;padding: 6px 12px;font-size: 14px;background: #fff!important;border: 1px solid #ddd;box-sizing: border-box;}
.form-control::placeholder{color:#aaa;}

.apply_btn{text-align: center;}
.apply_btn input{width: 230px;height: 50px;background:#fff; border:1px solid #373737; cursor: pointer;margin-left: 15px;transition:.3s;}
.apply_btn input:hover{background:#f5f5f5;}
.apply_btn input.btn-success{border:1px solid #e30713; color:#e03321;margin-left: 0;}
.apply_btn input.btn-success:hover{background: #e30713; color:#fff;}

.chk_box { display: inline-block; position: relative; margin-left: 25px; margin-right: 10px; padding-left: 25px; margin-bottom: 10px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.chk_box input[type="checkbox"] { display: none; }/* 기본 체크박스 숨기기 */

    /* 선택되지 않은 체크박스 스타일 꾸미기 */
.on { width: 15px; height: 15px; border:1px solid #333;position: absolute; top: 0; left: 0; }

    /* 선택된 체크박스 스타일 꾸미기 */
.chk_box input[type="checkbox"]:checked + .on { background: #e30713;border:1px solid #e30713;}
.on:after { content: ""; position: absolute; display: none; }
.chk_box input[type="checkbox"]:checked + .on:after { display: block; }
.on:after {width: 4px;height: 7px;border: solid #fff;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);position: absolute;left: 4px;top: 1px;}


/* sub7 - 설문조사 survey.html */
.survey .tab {display: flex;justify-content: center;}
.survey .tab li {margin-right: 40px;}
.survey .tab li.on {color: #e30713;}
.survey .com_info_box .sub_title{border-bottom: 2px solid #000;}
.survey .cont{padding: 35px 35px 0; box-sizing: border-box;}
.survey .cont .img{background:url(/images/2022/user/sub/survey.png)no-repeat 50% 50%; height: 900px;}
.survey .cont .txt{margin: 30px 0 70px 0;}
.survey .cont .txt p{line-height: 1.6; margin-bottom: 20px;}
.survey .cont .s_btn{text-align: center;}

/* sub8 - 서비스 */
    /* 이메일무단수집거부 email.html */
.email_box .text_box{display: flex;padding:40px;}
.email_box .text_box .email_img{width: 25%;}
.email_box .text_box .text {font-size: 24px; line-height: 1.6;width: 75%;margin-left: 20px;font-weight: 500;}
.email_box .text_box .sty2 {display: block;line-height: 1.6;font-size: 15px;border-radius:10px;color : #717171;background:#f7f7f7;margin-top: 50px;padding:20px 30px; font-weight: 400;}

    /* 이용약관 terms.html */
.terms .list_wrap{margin-bottom: 100px;}
.terms .list_wrap .group {padding-bottom: 30px;}
.terms .list_wrap .group:last-child {padding-bottom: 0;}
.terms .list_wrap .list {display: block;font-size: 24px;font-weight: 600;line-height: 70px;position: relative; border-bottom: 1px solid #000;}
.terms .list_wrap .arw {position: absolute;top: 0;right: 40px;width: 15px;height: 100%;background: url(../images/arw_bt.png) no-repeat center/contain;transition: .4s ease;}
.terms .list_wrap > li.active .arw {transform: rotate(180deg);}
.terms .list_wrap .com_info_box {display: none;padding: 34px 50px 70px;line-height: 1.6;border-top:none}
.terms .list_wrap .com_info_box > ul > li {margin-bottom: 40px;}
.terms .list_wrap .com_info_box > ul > li:last-child {margin-bottom:0;}
.terms .list_wrap .com_info_box .list_ti {font-weight: 600;}
.terms .list_wrap .s_list .tx {text-indent: -18px;margin-left: 18px;}
.terms .list_wrap .s_list .s_box {padding-left: 20px;list-style: decimal;margin-bottom: 35px;}
.terms .list_wrap .s_list .s_box li.num {margin-left: 20px}


/* 로그인 login.html */
#login{height: 100vh; overflow-y:hidden; overflow-x:hidden; padding-top: 0;}
.login_wrap { background:#f7f7f7; text-align:center; position: relative; min-height:100vh; position: relative; z-index: 2; }
.login_wrap .lgn {margin:0 auto; box-shadow:6px 14px 24px rgba(32, 93, 171,14%);  background:#fff; height:650px; overflow:hidden; border-radius: 20px;  width:100%; max-width:1500px; position: absolute; top:50%; transform: translate3D(-50%, -50%, 0); left:50%;}
.login_wrap .lgn.warnning {height:350px; background:url("/resources/img/board/comment/wrn_ico.png") -80px 60% no-repeat; }
.login_wrap .lgn.warnning .lgn_wrap { display: table; height:100%; text-align: center; width:100%;  border-bottom: 5px solid #5d6473;}
.login_wrap .lgn.warnning p {padding:20px; display: table-cell; vertical-align: middle; letter-spacing: -1px; font-size: 28px; word-break: keep-all; font-weight: 600;}

.login_wrap .lgn .lgn_left { width:50%; float: left;height:100%; display: table;position: relative;background: url(/images/2022/cmmn/login_bg.png) no-repeat center/cover;}
.login_wrap .lgn .lgn_left img {position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width: 60%;}

.login_wrap .lgn .lgn_right { float: right; width:50%; padding:40px 0 0; box-sizing: border-box; height:100%;font-family: 'GmarketSans';}
.login_wrap .lgn .lgn_right .lgn_wrap .main_title { margin-bottom:20px;  font-size: 35px; font-weight: bold;}
.login_wrap .lgn .lgn_right .lgn_wrap .main_title strong{font-weight: bold;}
.login_wrap .lgn .lgn_right .lgn_wrap .txt2 { margin-bottom:50px;font-size: 18px; font-weight: 600; color: #333;}

.login_wrap .lgnDiv { background:#fff;width:78%; border:1px solid #ddd; box-sizing: border-box; font-size: 0;margin: 0 auto 18px;text-align: left; margin-top: -1px;position: relative;}
.login_wrap .lgnDiv label { position:absolute; left:0; top:0; width:1px; height:1px; font-size: 0;}
.login_wrap .lgnDiv .inp, .login_wrap .lgnDiv input[type="text"], .login_wrap .lgnDiv input[type="password"] { height:auto; box-shadow:none; margin-bottom:0; box-sizing:border-box; border:none; width:100%; font-size: 16px; vertical-align: middle;display: inline-block;padding-left:60px;line-height: 45px;color: #717171;font-family: 'GmarketSans'; font-weight: 600;}
.login_wrap .lgnDiv .ico {position: absolute;top: 47%;left: 25px;transform: translateY(-50%);display: block;background: url("/images/2022/cmmn/login_ico.png") no-repeat center;width: 17px;height: 19px;}
.login_wrap .lgnDiv.pw .ico {background: url("/images/2022/cmmn/pw_ico.png") no-repeat center;}

.login_wrap .sch_box {width: 78%;margin: 0 auto;text-align: right;font-family: "S-Core";}
.login_wrap .sch_box .sch {font-size: 14px;color: #717171;position: relative; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all .3s;}
.login_wrap .sch_box .sch:hover{color: #333;}
.login_wrap .sch_box .sch:first-child {padding-right: 25px;}
.login_wrap .sch_box .sch:first-child::after {content: "";display: block;width: 1px;height: 13px;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);background: #aaa;}

.login_wrap .lgn_btn {transition:all .3s ease; width:78%; margin: 0 auto; display: block; background:#333; color:#fff; text-align:center;border-radius: 5px; margin-top:60px; cursor: pointer; border:none;line-height: 35px;font-size: 16px; font-weight: 600;}


/* 회원정보 mypage.html */
.mypage .sub_title{display: none;}
.mypage .flex  {display: flex;align-items: baseline;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;;}
.mypage .flex li {width: 25%;margin-bottom: 25px;}
.mypage .flex li:last-child {width: 40%;}
.mypage .flex li input[type="text"] {width: calc(100% - 81px);line-height: 40px;margin-left: 10px;}
.mypage .flex li .desc{vertical-align: middle;}
.mypage .subscriber_info .infm{width: auto;}
#cmmnForm table.view_table td{height: auto; padding: 30px; line-height: 3;}
#cmmnForm .flex2.th_c label:last-child{width: 40%;}
#cmmnForm .flex2.th_c label input[type="text"]{width: calc(100% - 160px); line-height: 40px; margin-left: 10px;}



/* ID/PW찾기 id_pw.html */
.id_pw_notice { width: 52%; margin: auto; }
.id_pw_notice p { padding: 5px 0; color: #aaa; font-size: 15px;}

.f_pw { margin-top: 120px; }
.f_title { padding-bottom: 20px; border-bottom: 1px solid #000; font-weight: 700; }
.f_form { width: 95%; margin:auto; }
.f_desc { margin: 30px 0; color: #777; }
.f_desc strong { font-weight: 500; color: #111; }
.f_box_wrap { margin: 30px 0; }
.f_box_title { display: inline-block; width: 12%; font-weight: 500;}
.f_box_wrap input { width: 87%; height: 50px; border: 1px solid #ddd; background-color: transparent; }
.f_btn {text-align: center; margin: 0 auto; width: 240px;}
.f_btn .btn{text-align: center;}

    /* 팝업창 */
.f_popup_container {z-index: 999; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.6); display: none;}
.f_popup_wrap { position: absolute; left: 50%; top: 50%; width: 500px; transform: translate( -50%, -50%); background-color: #fff; padding: 30px; box-sizing: border-box;}
.f_popup_wrap h3 {text-align: center; font-size: 24px; font-weight: 700; line-height: 1.5;}
.f_popup_inner { display: table; width: 100%; min-height: 200px; margin: 30px auto 0; border: 1px solid #ddd; text-align: center; box-sizing: border-box; }
.f_popup_inner div { display: table-cell; font-weight: 500; vertical-align: middle; }
.f_popup_inner div strong { color: #e30713; }
.f_popup_container .f_btn { margin: 0 auto; }
.f_popup_container .close_btn { top: 30px; }

/* 비밀번호찾기 */
#init .id_pw_notice p{text-align:center;} 
#init .main_title{margin-bottom:20px}
#init .init{border-top:1px solid #111;}
#init td span{line-height:1.4; display:block; margin-top:5px;}

/* 회원가입 */
    /* 공통 */
.join .join_proc{width:100%; text-align: center; margin: 50px auto 0;}
.join .join_proc li{display: inline-block; margin-right: 110px;}
.join .join_proc li:last-child{margin-right: 0;}
.join .join_proc li .ico{position: relative; width: 90px; height: 90px; border-radius: 100%; background:#f7f7f7 url(/images/2022/cmmn/j_ico1.png) no-repeat 50% 50%; margin: 0 auto; border:1px solid #ddd; box-sizing: border-box;}
.join .join_proc li:nth-child(2) .ico{background:#f7f7f7 url(/images/2022/cmmn/j_ico2.png) no-repeat 50% 50%;}
.join .join_proc li:nth-child(3) .ico{background:#f7f7f7 url(/images/2022/cmmn/j_ico3.png) no-repeat 50% 50%;}
.join .join_proc li:last-child .ico{background:#f7f7f7 url(/images/2022/cmmn/j_ico4.png) no-repeat 50% 50%;}
.join .join_proc li.active .ico{background: #000 url(/images/2022/cmmn/j_ico1_a.png) no-repeat 50% 50%; border:1px solid #000}
.join .join_proc li:nth-child(2).active .ico{background: #000 url(/images/2022/cmmn/j_ico2_a.png) no-repeat 50% 50%;}
.join .join_proc li:nth-child(3).active .ico{background: #000 url(/images/2022/cmmn/j_ico3_a.png) no-repeat 50% 50%;}
.join .join_proc li:last-child.active .ico{background: #000 url(/images/2022/cmmn/j_ico4_a.png) no-repeat 50% 50%;}
.join .join_proc li .ico::before{position: absolute; content: ""; right: -130px; top: 50%; transform: translateY(-50%);width: 130px; height: 1px; background:#ddd;}
.join .join_proc li:last-child .ico::before{display: none;}
.join .join_proc li .txt{text-align: center; margin:20px auto 0; letter-spacing: -.5px; font-weight: 500;}

.join .com_info_box .box{margin-bottom: 120px;}
.join .com_info_box .box .cont{ border:1px solid #ddd; padding:30px; margin-bottom: 10px; }
.join .com_info_box .box .box_tit{font-weight: 600; font-size: 20px; line-height: 1.6; word-break: keep-all;}
.join .com_info_box .box .box_tit span{font-size: 13px; color: #e30713; display: inline-block;}
.join .com_info_box .box .box_txt{display: block; line-height: 1.5; word-break: keep-all; margin-top: 20px;}
.join .com_info_box .box .box_txt .point { font-weight: 500; color: #00f; font-size: 17px; }

    /* 회원가입2 join2.html */
.join2 .cont{text-align: center;}
.join2 .com_info_box{padding-bottom: 0;}
.join2 .com_info_box .box .cont{margin-bottom: 0; padding: 50px 30px}
.join2 .com_info_box .box .ico{width: 100px; height: 100px; background:#f7f7f7 url(/images/2022/cmmn/j2_ico.png) no-repeat 50% 50%; border-radius: 100%; border: 1px solid #ddd; box-sizing: border-box; margin: 0 auto 20px; text-align: center;}
.join2 .com_info_box .box .box_txt{color: #717171; margin-bottom: 40px;}

    /* 회원가입3 join3.html */
.join3 .flex  {display: flex;align-items: baseline;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;;}
.join3 .flex li {width: 25%;margin-bottom: 25px;}
.join3 .flex li:last-child {width: 40%;}
.join3 .flex li input[type="text"] {width: calc(100% - 81px);line-height: 40px;margin-left: 10px;}
.join3 .flex li .desc, .join3 .flex2 span{vertical-align: middle;}
.join3 .subscriber_info .infm{width: auto;}
.join3 .join3_span{display: block; margin: 10px 0; font-size: 15px; line-height:1.4;}
.join3 .pw_d_chk{border:0; background:#333; color:#fff; border-radius:5px; font-size:15px; padding:12px; cursor:pointer;}

    /* 회원가입4 join4.html */
.join4 .com_info_box{padding-bottom: 0;}
.join4 .com_info_box .box .cont{margin-bottom: 0; padding: 50px 30px}
.join4 .com_info_box .box .ico{width: 40px; height: 40px; background:url(/images/2022/cmmn/j_fin_ico.png) no-repeat top center; text-align: center; margin:0 auto 15px;}
.join4 .com_info_box .box .box_tit{text-align:center; font-weight: 400; letter-spacing: 1px;}
.join4 .btn{display: block; margin: 40px auto 0; text-align: center;}








/* responsive */
@media screen and (max-width:1500px){
    /* login */
    .login_wrap .lgn {width: 90%;}
}

@media print, screen and (max-width:1200px){
    /* sub1 - PATINEX 개요 intro.html */
    .event_intro .text_box{flex-flow: column wrap;}
    .event_intro .text_box .poster{width: 50%;margin: 0 auto;}
    .event_intro .text_box .text{margin-top: 30px; padding-left:0;}
    .event_intro .text_box .text p{margin-bottom: 40px;}

    /* sub2 - 지난행사 prev_event.html */
    .event_list > .list > li {padding:30px 0;}
    .event_list > .list > li .box{padding:0;}
    .event_list > .list > li .box::before{width: 30px;height: 30px;left: -5px;top: 10px;}
	.event_list > .list > li .box .left_box {width: 340px;}
	.event_list > .list > li .box .left_box .year {font-size: 26px; line-height: 39px;}
	.event_list > .list > li .box .left_box .title {font-size: 26px; line-height: 39px;}
	.event_list > .list > li .box .left_box .text {font-size: 14px; line-height: 21px;}
	.event_list > .list > li .box .right_box .info_list .list li {font-size: 14px; line-height: 21px;}
	.event_list > .list > li .box .right_box .info_list .list li:before {top: 10px; }
	.event_list > .list > li .box .right_box .btn_list .list li .com_btn {font-size: 14px; line-height: 33px;}
	.event_list > .list > li .box .right_box .info_list .list li .list_box .list_inner .txt {height: 42px; padding: 0 0 0 60px;}
    .event_list > .list > li .box .right_box .info_list .list li .list_box .list_inner{height: auto;}
    .event_list > .list > li .box .right_box .info_list .list li .list_box .list_inner .txt{height: auto;}

    /* sub3 - 전시 참가 안내 paarticipation.html */
    .cont .guide_list > li .box{flex-flow: column wrap;}
    .cont .guide_list > li .box .title{margin-bottom: 20px; width: auto;}
    .cont .guide_list > li .box .title br{display: none;}

    /* mypage */
    .mypage .flex {margin: 10px 0;}
    .mypage .flex li {width: auto;margin:10px 30px 10px 0;}
    .mypage .flex li:last-child {margin-bottom: 0;}
    .mypage .flex li input[type="text"] {margin: 0 0 0 10px;line-height: 30px;}

    /* 회원가입3 join3.html */
    .join3 .flex {margin: 10px 0;}
    .join3 .flex li {width: auto;margin:10px 30px 10px 0;}
    .join3 .flex li:last-child {margin-bottom: 0;}
    .join3 .flex li input[type="text"] {margin: 0 0 0 10px;line-height: 30px;}
}

@media print, screen and (max-width:1024px){
    /* 공통 */
    .flex2 label {width: 50%;}

    /* sub2 - 지난행사 prev_event.html */
	.event_list > .list > li .box {display: block;}
	.event_list > .list > li .box .left_box {display: block; width: 100%; padding: 0;}
	.event_list > .list > li .box .left_box .year {font-size: 32px; line-height: 48px;}
	.event_list > .list > li .box .left_box .title {font-size: 32px; line-height: 48px;}
	.event_list > .list > li .box .right_box {display: block; margin: 15px 0 0;}
	.event_list > .list > li .box .right_box .btn_list {font-size: 15px 0 0;}
	.event_list > .list > li .box .right_box .info_list .list li {width: 100%;}
    .event_list > .list > li .box .right_box .btn_list .list li .com_btn{line-height: 50px;}

    /* sub3 - 전시 참가 안내 paarticipation.html */
    .cont .guide_list > li .box{display: block;}
    .cont .guide_list li .box .pro_box .list li:before{display: none;}
    .cont .guide_list li .box .pro_box .list li{width: 48.5%;margin-bottom: 20px;box-sizing: border-box;}
    .cont .guide_list li .box .tb1{overflow:hidden;}
    .cont .guide_list li .box .table_box {}
    /*.cont .guide_list li .box .table_box {overflow-y: scroll;}*/
    .cont .guide_list li .box .table_box table {width: 900px;}
    .cont .guide_list li .box .no_f {overflow-y: hidden !important;}
    .cont .guide_list li .box .no_f table {width: 100%;}

    /* sub4 - 참관객 등록 신청 완료 visitor_fin.html */
    #visitor_fin .com_info_box .box .card_info{width: 85%;}
    #visitor_fin .com_info_box .box .card_tb .card_tit .nm{font-size: 18px;}

    /* sub4 - 참관객 등록 신청 visitor_form.html */
    #visitor_form .flex2.th_c label:last-child{width: 60%;}

    /* 테이블 반응형 스크롤 제어 */
    .sub_table { overflow-y: scroll; }
    .sub_table table { width: 900px; }
    #info_list{ overflow-y: scroll; }
    #info_list table { width: 1023px; }

    /* 동영상 팝업 반응형 비율 조정 */
    .video_popup h4{font-size: 18px;}

    /* sub_sch_box */
	.sub_cont .sub_sch_box {padding: 10px;flex-flow: column wrap;}
	.sub_cont .sub_sch_box label {display:block; width:100%; margin: 0 0 5px; line-height: 40px; text-align:left;}
	.sub_cont .sub_sch_box .slt_box {width:100%; margin-bottom:10px;}
	.sub_cont .sub_sch_box .st_sch_btn {display: block;width:100%;box-sizing: border-box;margin-top: 10px;}

    /* com table view  */
	.board_area {margin: 25px 0 0;}
    .board_area .title_box .table_tit {font-size: 18px; line-height: 27px;}
    .board_area .board_list {margin: 10px 0 0;}
    .board_area .board_list thead {display: none;}
	.board_area .board_list, .board_area .board_list tbody, .board_area .board_list tr, .board_area .board_list td {display: block;}
	.board_area .board_list tbody tr {position:relative; z-index:1; overflow:hidden; padding:10px 5px;}
	.board_area .board_list tbody tr td {width: 100%; height: auto;border:none; padding:4px 0; font-size: 14px; color:#777; text-align:left;}
	.board_area .board_list tbody tr td:before {display: inline-block; content: attr(data-th) ": ";	 width: auto; margin: 0 5px 0 0;}
    .board_area .board_list tbody tr td .m_tit {display: inline-block; margin: 0 10px 0 0;}
    .board_area .board_list tbody tr td.tit a {display: inline-block; padding: 0;width: 88%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;}
    .board_area .board_list tbody tr td br {display: none;}
    .board_area .board_list tbody tr.latest td.tit a .text {padding: 0 30px 0 0;}
    .board_area .board_list tbody tr.red td.tit a .text:after {display: none;}
    .board_area .board_list tbody tr.red td.key {position: relative; padding: 2px 20px 3px 0;}
    .board_area .board_list tbody tr.red td.key:after {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 15px; height: 16px; margin: -8px 0 0; background-image: url("/images/common/new_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
    .com_table_cont .table_box .board_write tbody tr td.area > div {max-width: 310px;}
    
	.board_list tbody td.tit {width:100%; color:#333; font-size:1em;}
    
    .com_table_cont .title {font-size: 20px; line-height: 30px;}
    .com_table_cont .table_box {margin: 15px 0 0;}
    .com_table_cont .table_box .title_box .table_tit {padding: 0 0 0 10px; font-size: 16px; line-height: 30px;}
    .com_table_cont .table_box .title_box .table_tit:before {width: 4px; height: 4px; margin: -2px 0 0;}
    .com_table_cont .table_box .title_box .view_cont {}
    .com_table_cont .table_box .title_box .view_cont .info_view {margin: 5px 0 0}
    .com_table_cont .table_box .board_write {display: block;}
    .com_table_cont .table_box .board_write tbody {display: block;}
    .com_table_cont .table_box .board_write tbody tr {display: block; overflow: hidden; border: none;}
    .com_table_cont .table_box .board_write tbody tr th {display: block; float: left; width: 100%; padding: 10px; font-size: 14px; line-height: 21px; box-sizing: border-box;}
    .com_table_cont .table_box .board_write tbody tr td {display: block; float: left; width: 100%; padding: 10px; font-size: 14px; line-height: 21px; box-sizing: border-box;}
    .com_table_cont .table_box .board_write tbody tr td .info_list_area li {font-size: 14px; line-height: 21px;}
    .com_table_cont .table_box .board_write tbody tr td .radio_box .radio_each label {font-size: 14px;}
    .com_table_cont .table_box .board_write tbody tr td.area .inp_01.top {max-width: 170px;}
    
    .com_table_cont .table_box .board_write tbody tr td .inp_01 {max-width: 100%; margin: 0 0 10px;}
    .com_table_cont .table_box .board_write tbody tr td .info_text .info_btn {padding: 0 10px; font-size: 14px;}
    .com_table_cont .table_box .board_write tbody tr td.tell2 .inp_01 {max-width: inherit; width: calc(33.3333% - 10px); margin: 0 10px 0 0;}
    .com_table_cont .table_box .board_write tbody tr td.tell2 .inp_01:last-child {margin: 0;}
    
    .com_table_cont .table_box .board_write tbody tr td.email input {max-width: inherit; width: calc(50% - 17px);}
    
    .com_table_cont .table_box .board_write tbody tr td .inp_day {width: calc(50% - 10px); max-width: inherit;}
    .com_table_cont .table_box .board_write tbody tr td .inp_day:nth-child(2) {margin: 0;}
    
    .com_table_cont .table_box .board_write tbody tr td .fine_box .title_area .title {font-size: 14px; line-height: 21px;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box {max-width: 100%;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box .fine_inp .list li {border-bottom: 1px solid #e9ecef; padding: 15px 70px 15px 30px;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box .fine_inp .list li:last-child {border-bottom: none;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box .fine_inp .list li .inp_01 {display: block; width: 100%;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box .fine_inp .list li .inp_01:last-child {margin: 0;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box .fine_inp .list li .num {top: 25px; margin: 0;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box .fine_inp .list li .end {top: 15px;}
    .com_table_cont .table_box .board_write tbody tr td .fine_box .text {margin: 0;}

	/* Pagination Style */
	.pagination a {font-size:13px;}
    .pagination a.m_pag {display: none;}
	.pagination .page_arrow {font-size:15px;}
	.pagination .page_arrow.l1 {margin-right:5px;}
	.pagination .page_arrow.r1 {margin-left:5px;}
	.pagination.skin2 a {line-height:20px;}
    .pagination .page_arrow.l2 {margin: 0 5px 3px 0;}
    .pagination .page_arrow.r2 {margin: 0 0 3px 5px;}

    /* sub7 - 설문조사 survey.html */
    .survey .cont .img{height: 600px;}
    .survey .cont .txt{font-size: 15px;}

    /* sub8 - 서비스 */
    .email_box .text_box{flex-flow: column wrap;align-items: center; padding: 30px 0; box-sizing: border-box;}
    .email_box .text_box .text{width: 100%; margin-left: 0;}

    /* mypage */
    .mypage .subscriber_info .infm.email{flex-flow: row wrap;}
    .mypage .subscriber_info .infm.email .num{width: 100%;margin-bottom: 10px;}
    .mypage .subscriber_info .infm.email .num:first-child{width: 90%;}
    .mypage .subscriber_info .infm.email .si{width: 10%;}
    #cmmnForm .flex2.th_c label:last-child{width: 60%;}

    /* 공지사항 */
    .id_pw_notice { width: 70%; }
    .id_pw_notice p { line-height: 1.2; }

    /* 아이디 / 비밀번호 찾기 */    
    .f_box_title { width: 100%; }
    .f_box_wrap input { width: 100%; margin-top: 5px; }

    /* 회원가입3 join3.html */
    .join3 .subscriber_info .infm.email{flex-flow: row wrap;}
    .join3 .subscriber_info .infm.email .num{width: 100%;margin-bottom: 10px;}
    .join3 .subscriber_info .infm.email .num:first-child{width: 90%;}
    .join3 .subscriber_info .infm.email .si{width: 10%;}
}

@media print, screen and (max-width:768px){
    /* 공통 */
    .contents{padding-top: 70px; padding-bottom:0;}
    .main_title{font-size: 38px; margin: 40px 0;}
    .s_title{font-size: 15px;}
    .submit {margin-top: 100px;}
    .submit .btn {width: 48%;}

    .bread_box{margin-bottom: 50px;}
    .bread_box .tx br:nth-of-type(1) {display: block;}
    .bread_box .tx {font-size: 14px;}

    .list_wrap .list { font-size: 20px; line-height: 60px;}
    .list_wrap .list .s_tx {font-size: 12px;}
    .flex2:nth-of-type(2) {height: 100px;}
    .flex2{ font-size: 14px;}
    .flex2 label{width: 100%;}

    .bread_box .btn_list {top: 17px;}
    .bread_box .btn_list > li {margin: 0 15px 0 0;}
    .bread_box .btn_list > li > a {width: 15px;height: 15px;}
    .sub_share_box {width: 112px;top: 25px;}
    .sub_share_box li a {width: 20px;height: 20px;line-height: 20px;font-size: 14px;}

    .sub_tab_nav li a{font-size: 16px;}
    .cont.bd_b{padding: 30px 10px;}
    .tab_item, .info_tab_nav li{font-size: 18px; }
    .info_tab_nav li{line-height: 3;}

    .com_info_box .sub_title{font-size: 24px; padding-bottom: 10px;}
    table td img{width: 35%;}
    table td.support img{width: 43%;}

    /* sub1 - PATINEX 개요 intro.html */
    .event_intro .text_box .poster{width: 80%;}
    .event_intro .text_box .text p{font-size: 15px;}

    /* sub2 - 지난행사 prev_event.html */
    .event_list > .list > li .box .right_box .btn_list .list li .btn{font-size: 14px;}

    /* sub3 - 전시 참가 안내 paarticipation.html */
    .cont .guide_list > li{margin: 70px 0;}
    .cont .guide_list > li:last-child{margin-bottom:0;}
    .cont .guide_list > li .box .title{margin-bottom: 10px; font-size: 20px;}
    .cont .guide_list li .box .pro_box .list li .text{font-size: 15px;}
    .cont .guide_list li .box .table_box table tbody tr td{font-size: 14px;}
    .cont .guide_list li .box .pro_box, .cont .guide_list li .box .table_box{margin-left: 0;}
    .cont .guide_list li .box .table_box table tbody tr td.booth_img img{width:250px;}

    /* sub4 - 참관객 등록 신청 visitor_form.html */
    #visitor_form .flex2.th_c label:last-child{width: 100%; line-height:30px;}
    .procedure{overflow-x: hidden; }
    .procedure .proc{width: 100%; flex:none; margin-right: 0; margin-bottom: 30px; border-left: 0;}
    .procedure .proc .box_cont ul li{font-size: 14px; padding:0 10px 52px;}
    .procedure .proc .box_cont ul li:before{width:7px; height: 7px; bottom: -17px;}

    /* sub7 - 설문조사 survey.html */
    .survey .cont{padding: 20px 0 0 0;}
    .survey .cont .img{height: 350px;}
    .survey .cont .txt{margin: 15px 0 50px 0;}

    /* 동영상 팝업 반응형 비율 조정 */
    #info_list table tbody tr{height: 120px;}
    .video_popup { width: 80%; padding-bottom: 5%;}
    .video_wrap { top: 20%; width: 90%; }
    .video_popup h4 { margin-top: 4%; font-size: 18px; }
    .close_btn { right: 30px; top: 3%; }

    /* sub6 - 뉴스레터 구독 newsletter.html */
    .subscriber_info li{flex-direction: column;height: auto;}
    .subscriber_info .name{width: 100%;margin-bottom: 10px;}
    .subscriber_info .infm{width: 100%;}
    .apply_btn input{width: 40%;}
    #newsletter .cont .guide_list > li .box .text{font-size: 15px; padding: 30px;}
    #newsletter .cont .guide_list > li .box .text br{display: none;}

    /* ==================== 게시판 VIEW Style ==================== */
    .board_view {margin: 15px 0 0;}
	.board_view_top {padding:0 30px 20px;}
	.board_view_top .tit {font-size:1.33em;}
	.board_view_top .sort {margin-top:0;}
	.board_view_top .info .each:after {padding:0 10px;}
	.board_view_top .controler {left:0;}
	.board_view_top .next {left:auto; right:0;}
	.board_view_file .tit {display:block; width:100%; font-size: 15px;}
	.board_view_file .file_box {display:block;}
    .board_view_file .file_each a{font-size: 14px;}
    .board_view_top .btn_arr {margin: -27px 0 0;}
    .board_view_top .board_prev {left: 5px;}
    .board_view_top .board_next {right: 5px;}
    .board_view_con{font-size: 15px; padding: 30px 0;}
    #select{font-size: 15px;}

    /* terms */
    .terms .list_wrap .arw {right: 20px;}
    .terms .list_wrap .list {font-size: 18px;line-height: 50px;}
    .terms .list_wrap .com_info_box {font-size: 14px;}

    /* email */
    .email_box .text_box .text{font-size: 18px;  text-align: center;}
    .email_box .text_box .sty2{margin-top: 30px; font-size: 14px;}

    /* login */
    .login_wrap .lgn {height: auto;}
    .login_wrap .lgn .lgn_left {display: none;}
    .login_wrap .lgn .lgn_right {width: 100%;padding: 40px 20px;}
    .login_wrap .lgn .lgn_right .lgn_wrap .txt2 {margin-bottom: 30px;font-size: 15px;}
    .login_wrap .lgnDiv .inp, .login_wrap .lgnDiv input[type="text"], .login_wrap .lgnDiv input[type="password"] {line-height: 40px;padding-left: 50px;font-size: 12px;}
    .login_wrap .lgnDiv .ico,.login_wrap .lgnDiv.pw .ico {background-size: 14px;left: 15px;}
    .login_wrap .lgn_btn {line-height: 40px;font-size: 14px;margin-top: 12%;}

    /* mypage */
    .mypage .subscriber_info .infm.email .num:first-child{margin-top: 10px;}
    .mypage .lgnDiv_id input[type="text"] { width:100%;}
    .mypage .lgnDiv_id .id_check_btn { margin-top:5px; width:100%; }
    #cmmnForm .flex2.th_c label:last-child{width: 100%; line-height:30px;}

    /* id/pw 찾기 */
    .f_pw{margin-top: 70px;}
    .f_form{width: 100%;}
    .f_desc{font-size: 15px;}
    .id_pw_notice { width: 95%; }
    .f_box_wrap input{height: 45px;}
    .f_btn > a{width: 100%; box-sizing: border-box;}
    .f_popup_wrap .f_btn > a{width: 90%; margin: 0 auto;}
    /* 모바일 팝업 사이즈 조정 */
    .f_popup_wrap { width: 80% !important; padding:20px}
    .f_popup_container .close_btn{top: 20px; right:20px}
    .f_popup_inner div{font-size: 15px;}

    /* 회원가입 */
    .join .join_proc li{margin-right: 60px;}
    .join .join_proc li .ico{width: 60px; height: 60px; background-size: 40% !important;}
    .join .join_proc li .ico::before{right: -80px; width: 80px;}
    .join .join_proc li .txt{margin-top: 10px; font-size: 14px;}
    .join .btn{width: 48%;}
    .join .com_info_box .box .box_tit{font-size: 15px;}

    .join3 .subscriber_info .infm.email .num:first-child{margin-top: 10px;}
    .join3 .lgnDiv_id input[type="text"] { width:100%;}
    .join3 .lgnDiv_id .id_check_btn { margin-top:5px; width:100%; }

}

@media print, screen and (max-height:650px){
    /* id/pw 찾기 */
    .login_wrap .lgn {height: 80%;}
}

@media print, screen and (max-width:650px){
    /* 공통 */
    .flex2{height: 83px;}

    /* sub1 - PATINEX 개요 intro.html */
    #intro .btn{width: 100%;}

    /* sub2 - 지난행사 prev_event.html */
    .event_list > .list > li .box .right_box .btn_list .list{display: block; flex: none;}
    .event_list > .list > li .box .right_box .btn_list .list li{margin:10px 0 0 0;}

    /* sub4 - 참관객 등록 신청 완료 visitor_fin.html */
    #visitor_fin .com_info_box .box .card{background: #0a001a url(/images/2022/cmmn/visitor_card.png) no-repeat 50% 0%/cover; background-size: 200%;}
    #visitor_fin .com_info_box .box .card_info{padding: 15px 0; width: 90%; bottom:30px}
    #visitor_fin .com_info_box .box .card_tb td{font-size: 14px; padding: 10px 20px;}
    #visitor_fin .com_info_box .box .box_tit{font-size: 15px;}

    /* sub4 - 참관객 등록 신청 등록 visitor_form.html */
    .procedure .proc .rig_proc1 .box_tit span{font-size: 16px;}

    /* mypage */
    .mypage .lgn .lgnDiv label {width: 120px;}
    .mypage .lgnDiv input[type="text"], .mypage .lgnDiv input[type="password"], .mypage .lgnDiv_id, .mypage .lgnDiv .adrs {width: calc(100% - 124px)}
    .mypage .lgn .lgnDiv_id input[type="text"], .mypage .lgn .lgnDiv .adrs input[type="text"] {width: 100%;}
    .mypage .lgnDiv .adrs #zip_code {width: calc(100% - 64px);}
    table.view_table .th_mo{height: 83px;}

    /* 회원가입 */
    .join3 .lgn .lgnDiv label {width: 120px;}
    .join3 .lgnDiv input[type="text"], .join3 .lgnDiv input[type="password"], .join3 .lgnDiv_id, .join3 .lgnDiv .adrs {width: calc(100% - 124px)}
    .join3 .lgn .lgnDiv_id input[type="text"], .join3 .lgn .lgnDiv .adrs input[type="text"] {width: 100%;}
    .join3 .lgnDiv .adrs #zip_code {width: calc(100% - 64px);}
}

@media print, screen and (max-width:500px){
    /* 공통 */
    .main_title{font-size: 30px; margin: 20px 0;}
    .tab_item,.info_tab_nav li{font-size: 16px;}
    .bread_box .tx br:nth-of-type(n+1) {display: none;}
    .com_info_box .sub_title{font-size: 20px;}
    .cont .guide_list > li .box .title{font-size: 18px;}
    .f_popup_wrap h3{font-size:18px;}
    .f_popup_container .close_btn{top: 17px;}

    .submit {margin-top: 80px;}
    .submit .btn{width:47.1%; font-size: 13px;}
    .submit .btn:hover .overlay {width: 100%;height: 165%;top: 50%;left: 50%;border-radius: 0;}

    .agree_box{font-size: 14px;}
    .agree_box .e_box {margin-top: 30px;font-size: 14px;}

    /* sub2 - 지난행사 prev_event.html */
    .main_title strong{display: table;margin: 0 auto;}
    .event_list > .list > li .box .left_box .year {font-size: 20px; line-height: 40px;}
	.event_list > .list > li .box .left_box .title {font-size: 20px; line-height: 40px;}

    .event_list > .list > li .box .right_box .btn_list .list{flex-wrap:wrap;}
    .event_list > .list > li .box .right_box .btn_list .list li{width: 100% !important; margin: 5px auto;}
    .event_list > .list > li .box .right_box .btn_list .list li:first-child{margin:5px auto;}
    .event_cont .event_list > .list > li .box{padding-left:0;}

    /* sub3 - 전시 참가 안내 paarticipation.html */
    .cont .guide_list li .box .pro_box .list li{width:100%;  text-align: center;}
    .cont .guide_list li .box .pro_box .list li .step, .cont .guide_list li .box .pro_box .list li .img_box{margin: 0 auto 20px; width: 30px;}
    .cont .guide_list li .box .pro_box .list li .img_box .inner_box{display: block;}
    .cont .guide_list li .box .pro_box, .cont .guide_list li .box .table_box .btn{width: 100%; box-sizing: border-box;}
    .cont .guide_list li .box .table_box .text{font-size: 15px;}
    

    /* sub4 - 참관객 등록 신청 visitor_form.html */
    #visitor_form table.view_table td{padding: 15px; line-height: 2;}
    #visitor_form .flex2{height:auto !important;}
    #visitor_form .flex2.th_c label input[type="text"]{margin:0 0 0 28px; width:80%;}

    /* sub4 - 참관객 등록 신청 완료 visitor_fin.html */
    #visitor_fin .com_info_box .box .card{background-size: 250%;}
    #visitor_fin .com_info_box .box .card_tb .card_tit{width: 100%; display: block; padding-bottom: 100px; border-right:0; position: relative;}
    #visitor_fin .com_info_box .box .card_tb .card_tit::before{position: absolute; left: 50%; bottom: 9px; transform: translateX(-50%); width: 70%; height: 1px; background: rgba(255,255,255,.3); content: "";}
    #visitor_fin .com_info_box .box .card_tb .card_tit .card_ico{margin:0 auto 10px;}
    #visitor_fin .com_info_box .box .card_tb td{padding:5px 20px}

    /* sub6 - 뉴스레터 구독 newsletter.html */
    .subscriber_info .infm.email{flex-flow: row wrap;}
    .subscriber_info .infm.email .num{width: 100%;margin-bottom: 10px;}
    .subscriber_info .infm.email .num:first-child{width: 90%;}
    .subscriber_info .infm.email .si{width: 10%;}

    .apply_btn a{width: 100%;}
    .apply_btn .btn.wthm{margin-right: 0; margin-top: 10px;}

    /* sub7 - 설문조사 survey.html */
    .survey .cont .s_btn .btn{width: 100%; font-size: 14px;}

    /* 동영상 팝업 반응형 비율 조정 */
    .video_popup{width: 95%;}
    .close_btn{right: 20px; top: 2%;}

    /* ==================== 게시판 VIEW Style ==================== */
    .board_view_top .info .each{display: block; line-height: 1.5; font-size: 14px; text-align: center;}
    .board_view_top .info .each:after{display: none;}

    /* mypage */
    .mypage .flex li:last-child {width: 100%;}
    .mypage .lgn .lgnDiv label {width: 100%;}
    /*체크박스부분 for 넘버가 달라질시 바꿔야합니다 s*/
    .mypage .lgn .addDiv label[for="field_no_6"] {display: inline-block; width: auto;}
    .mypage .lgn .addDiv #field_no_6 {margin-left: 10px;}
     /*체크박스부분 for 넘버가 달라질시 바꿔야합니다 e*/
    .mypage .lgnDiv input[type="text"], .mypage .lgnDiv input[type="password"], .mypage .lgnDiv_id, .mypage .lgnDiv .adrs {width: 100%; margin-top: 5px;}
    .mypage .lgn .addDiv input[type="radio"] + label {margin-top: 5px;}
    .mypage .lgn_btn {font-size: 14px;}

    .form-control{font-size: 13px; line-height: 40px; height: 40px;}

    /* login */
    .login_wrap .lgnDiv{width: 100%; margin-bottom: 10px;}
    .login_wrap .sch_box{width: 100%; text-align:center;}
    .login_wrap .lgn_btn{width: 100%; line-height: 25px;}

    /* 회원가입 */
    .join .join_proc li{margin-right: 20px;}
    .join2 .com_info_box .box .box_txt br{display: none;}
    .join .btn{width: 47.1%;font-size: 13px;}
    .join2 .btn, .join4 .btn{width: 100%;}

    .join3 .flex li:last-child {width: 100%;}
    .join3 .lgn .lgnDiv label {width: 100%;}
    /*체크박스부분 for 넘버가 달라질시 바꿔야합니다 s*/
    .join3 .lgn .addDiv label[for="field_no_6"] {display: inline-block; width: auto;}
    .join3 .lgn .addDiv #field_no_6 {margin-left: 10px;}
     /*체크박스부분 for 넘버가 달라질시 바꿔야합니다 e*/
    .join3 .lgnDiv input[type="text"], .join3 .lgnDiv input[type="password"], .join3 .lgnDiv_id, .join3 .lgnDiv .adrs {width: 100%; margin-top: 5px;}
    .join3 .lgn .addDiv input[type="radio"] + label {margin-top: 5px;}
    .join3 .lgn_btn, .join3 .join3_span {font-size: 14px;}
    .join3 .pw_d_chk{width:100%; font-size:14px;}
    
    /* mypage */
    #cmmnForm table.view_table td{padding: 15px; line-height: 2;}
    #cmmnForm .flex2{height:auto !important;}
    #cmmnForm .flex2.th_c label input[type="text"]{margin:0 0 0 28px; width:80%;}

}
/* 개인정보처리방침 페이지 */
.priv_contents { margin: 30px 0 ; padding-top: 100px; }
.no_pt { padding-top: 0 !important; } 
.priv_contents p { font-size: 16px; line-height: 1.5; }
.priv_txt { text-indent: -30px; padding-left: 30px !important; padding: 5px 0; }
.priv_tit { font-size: 18px !important; font-weight: 500; color: #000; }
.priv_tit.mt { margin-top: 20px; }
.priv_table_wrap { overflow: auto; }
.priv_table { margin: 30px 0; min-width: 870px;}
.priv_table.m0 { margin-top: 0; }
.priv_table tbody tr td { border-left: 1px solid #ddd; }
.priv_table tbody tr td:first-of-type { border-left: 0; }
.arrow_tit { margin-top: 10px; }
.arrow_tit:before { display: inline-block; content: '▶'; margin-right: 3px; }
.priv_box { display: inline-block; border: 1px dashed #ccc; padding: 10px; }
.priv_ml { padding-left: 10px; }
.priv_inner { padding-left: 20px; }
.priv_info_img { padding: 50px; height: 400px; border: 1px solid #ccc; }
.priv_img{ width: 100%; height: 100%; background: url("/images/2022/user/sub/priv_info.png") center/contain no-repeat; }

.priv_art_box { display: flex; width: 100%; flex-wrap: wrap; padding: 20px; border: 1px dashed #ccc; }
.priv_art_box a { display: block; width: 50%; margin: 10px 0; font-weight: 500; font-size: 18px; line-height: 1.5; }

.priv_sd_box { width: 100%; border: 1px solid #ddd; padding: 15px; }
.priv_tiny { font-size: 14px; color: #666; }
.priv_txt > .tiny { font-size: 14px; color: #444; }
#upload-file { display:none; }

.tit_main {margin: 60px 0 15px 0;font-size: 20px;font-weight: 700;color: #444;word-break: keep-all;}
.tit_main:nth-of-type(1){margin:50px 0 15px 0;}
.tit_main.tell_num br{display: none;}
.tit_main>*{font-size:inherit;font-weight: inherit;}
.tit_main strong{color:#4374ac;}
.tit_sub{margin: 30px 0 0 0;padding-left: 1em;line-height: 1.3em;background: url('') 0 7px no-repeat;color: #444;font-weight: 500;font-size:16px;word-break: keep-all;}
.sub_wrap .cont p strong{color:#4374ac;font-weight: 500;}
.tit_ex{margin: .5em 0;text-align: center;color: #333;font-weight: bold;font-size: 1.200em;}


.list {margin: 1em 0;line-height: 1.6em;text-indent: 0;}
.list > li{float: none;margin: .3em 0 .3em .5em;padding-left: .7em;background: url('') 0 11px no-repeat;word-break: keep-all;}
.list > li.tt {margin: .6em 0;font-weight: 700;color: #333;}
.list.lineHeights li.tt{margin:10px 0;line-height: 1.4em;}
.list > li b,.list > li p,.list > li strong{font-size: inherit;}
.list > li .label1{display: inline-block; margin-right:20px;width:80px;font-weight: 500;}
.list > li .label1:after{content:":";float:right;}
.list > li .label2{display: inline-block; margin-right:20px;width:110px;font-weight: 500;}
.list > li .label2:after{content:":";float:right;}

.per_rule_wrap p, .per_rule_wrap li, .per_rule_wrap span, .per_rule_wrap a, .per_rule_wrap input, .per_rule_wrap td, .per_rule_wrap th { line-height: 1.2 !important; }
.per_rule_wrap { line-height: 1.2 !important; padding-top: 40px; }
.per_rule_wrap>.tit_sub{margin:30px 0 10px 0;}
.per_rule_wrap .panel_box p{margin: 10px 0;}
.per_rule_wrap>ol{margin-top: 5px;}
.per_rule_wrap>ol>li{margin:4px 0;padding-left:15px;text-indent:-15px;word-break: keep-all;}
.per_rule_wrap>ol>li>ol,.per_rule_wrap>ol>li>ul{margin:10px 0;}
.per_rule_wrap>ol>li>ol>li,.per_rule_wrap>ol>li>ul>li{margin:4px 0;padding-left:0;text-indent:0;word-break: keep-all;}
.per_rule_wrap>ol>li>ol>li>ul,.per_rule_wrap>ol>li>ol>li>ol{margin:4px 0;}
.per_rule_wrap>ol>li>ol>li>ul li,.per_rule_wrap>ol>li>ol>li>ol li{padding-left:15px;word-break: keep-all;}
.per_rule_wrap .list ul,.per_rule_wrap .list ol{margin:5px 0;}
.per_rule_wrap .tit_rule{margin:5px 0 5px 0;/* font-weight: 500; */}
.per_rule_wrap>p,.per_rule_wrap>ol>li p{padding-left:0;text-indent:0;word-break: keep-all;}
.per_rule_wrap dl{margin:10px 0;}
.per_rule_wrap dt{font-weight: 500;}
.per_rule_wrap dd{margin:4px 0;padding-left:10px;}
.per_rule_wrap .tb_board{margin:10px 0;}
.per_rule_wrap>p{margin:10px 0 0 0;}
.rule_link {padding-right:20px;background: url('https://www.privacy.go.kr/images/2022/user/sub/sub/scommon/ico_link.gif')no-repeat center right;color: #1f6ed4; text-decoration: underline;}
.per_rule_wrap .links{display: block;margin:20px 0 0 0;}

.label_wrap{ width: 100%; box-sizing: border-box; padding: 0px 10px; display: flex; flex-flow: row wrap; justify-content: space-around; position: relative; }
.label_box{ width: 30%; height: 200px; box-sizing: border-box; padding: 20px 30px; border-radius: 10px; box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,0.2); display: flex; flex-flow: column; justify-content: center; align-items:center; cursor: pointer; margin-bottom: 20px; background-color: #fff; border: 1px solid #fff; position:relative }
.label_box img { width: auto !important; }
/*.label_box[title]:hover::after { content:attr(title); position: absolute; top: 45%; left: 70%; font-size: 14px; width: 40%; height:auto; background-color: #f2f2f2; padding: 15px; border-radius: 10px; border:1px solid #ddd; text-align:center; z-index:100; }*/
.label_box:hover{ transition: 0.2s; border: 1px solid #1647aa; }
.label_cnt { font-size: 14px; margin-top: 20px; font-weight: 400; color: #111; }
.label_layer{ display: none; position: absolute; box-sizing: border-box; border-radius: 10px; background-color: #fff; border: 1px solid #eee; width: 500px; z-index: 999; }
.label_desc_top{ width: 100%; box-sizing: border-box; padding:10px; background-color: #1647aa; border-top-right-radius: 10px; border-top-left-radius: 10px; }
.label_desc_top p{ color: #fff; }
.label_desc_btm{ width: 100%; box-sizing: border-box; padding: 15px 20px; }
.desc_wrap{ display: flex; flex-flow: row wrap; }
.desc_box{ width: 100%; border-radius: 10px; border: 1px solid #eee; box-sizing: border-box; padding: 10px 15px; margin-top: 10px; display: flex; flex-flow: row wrap; justify-content: space-between; }
.label_layer.num0{ top:0; left: 110%; }
.label_layer.num1{ top:0; left: 110%; }
.label_layer.num2{ top:0; right: 110%; }
.label_layer.num3{ top:0; left: 110%; }
.label_layer.num4{ top:0; left: 110%; }
.label_layer.num5{ top:0; right: 110%; }

.cnt_list{ width: 90%; padding: 30px 80px; margin: 20px auto 0px; border: 1px solid #ddd; display: flex; flex-flow: row wrap; justify-content: space-between; }
.cnt_list li { width:45%; margin: 15px 0; position: relative; box-sizing: border-box; }
.cnt_list li a { color: #444; font-weight: 400; box-sizing: border-box; height: 25px; display: block; }
.cnt_list li a img { position: relative; top: -1px; width : auto !important; margin-right: 3px; } 

.tit_list{ font-size: 18px; font-weight: 600; color: #333; box-sizing: border-box; margin: 30px 0 10px 0; vertical-align: middle;} 

.list_icon { margin-right: 10px; vertical-align: middle; }
.list_icon img { position: relative; top: -1px; width: auto !important; margin-right: 3px; }

.mid_line{ width: 100%; height: 1px; background-color: #eee; margin:50px auto; }

@media screen and (max-width: 768px) {
    .label_section { display: none; }
    .cnt_list { width: 94%; padding: 30px 10px; flex-direction: column; }
    .cnt_list li { width: 100%; margin: 10px 0; }
}

@media print, screen and (max-width : 900px) {
.priv_info_img { height: 700px; padding: 10px; box-sizing: border-box; }
.priv_img { background: url("/images/2022/user/sub/priv_info_m.png") center/contain no-repeat; }
.priv_sd_box { width: 90%; }
.priv_art_box a { width: 100%; }
}

/* 행사개요 페이지 주최/주관 로고  */
.about_ico { width: 120px; }

/* 참관료 표 상세설명 */
.visit_desc { padding: 8px 0; font-size: 14px; color: #666; }

/* 회원가입 라디오버튼 */
.join_input { display: none; }
.radio_each label { font-size: 14px !important;}
.join_radio { width: 15px !important; height: 15px !important; border-radius: 0 !important; border: 1px solid #333 !important;}
.join_y {  width: 9px !important; height: 9px !important; border-radius: 0 !important; }
.radio_each input:checked + label .vradio .join_y {background-color: #ff001b !important; border-radius: 2px !important; } 


@media print {
	.cont .guide_list li .box .table_box { overflow-y: unset !important; }
	.sub_table { overflow-y: unset !important; }
	
}

.video_txt { display: block; font-size: 22px; margin-top: 20%; }






.eac_ok{}
.eac_ok .t1{ padding: 0 0 20px 0; line-height: 1.2; font-size: 30px; font-weight: 600; color: #000;}
.eac_ok .t2{ display: flex; padding: 5px 0; line-height: 1.5; font-size: 15px;}
.eac_ok .t2 span{ flex: 0 0 20px;}
@media(max-width:767px){
    .eac_ok .t1{ font-size: 20px;}
    .eac_ok .t2{ font-size: 13px;}
}


































