@charset "utf-8";
.skipToContent {position:absolute; top:0; left:0; overflow:hidden; display:block; width:0px; height:0px; line-height:0; font-size:0; text-indent:-9999px;}
.hidden {display:none;}

/*** desktop ***********************************************************************************************************************/
body {min-width:1200px;width:100%;}
#header {width:100%; min-width:1200px;height:180px; z-index:999;	position:relative;top:0; left:0;
	background-image:url('../images/common/header_bg.jpg');
	background-repeat:repeat-x;
	background-position:0 0;
}
#header_content {position:relative; *zoom:1; width:1200px; height:120px; position:relative; margin:0 auto;}
#header_content .logo {position:absolute; top:22px; left:0; z-index:1000;}
#header_content .logo a{display:block;}

.top_menu {*zoom:1; overflow:hidden; width:auto;position:absolute; top:45px; right:0;}
.top_menu ul {border:1px solid #ddd;padding:0 10px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px; }
.top_menu ul:after {content:" "; display:block; clear:both;}
.top_menu ul li {float:left; font-size:12px; line-height:27px; font-weight:400;background:url('../images/main/t_bar.png') 0 center no-repeat;}
.top_menu ul li:first-child{background:none;margin:0;}

.top_menu ul li a {color:#666666; display:block; padding: 0 10px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.top_menu ul li a img{vertical-align:middle;}
.top_menu ul li a:hover {color:#d42222;}

/* 심사페이지 */

.simsa-box {width:400px; position:fixed; top:0; right:0;padding:20px;height:100%;box-sizing:Border-box;border:2px solid #474b4d;z-index:1000;background-color:#fff;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.simsa-box_hied { right:-390px; border-color:#da0026;}
#simsa_btn {position:relative;display:block;width:50px;height:100px;background:url('../images/sub/simsa_btn02.png') 0 0 no-repeat;color:#fff;border-radius:30px 0 0 30px;margin-left:-70px;top:43%;}
.simsa-box_hied #simsa_btn{background:url('../images/sub/simsa_btn01.png') 0 0 no-repeat;}

.simsa-box .btn_box a

{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    color: #fff;
}

.simsa-box .btn_box a.btn01 {
    margin: 0 5px 0 0;
}

#gnb {height:59px;z-index:999;width:100%;position:relative;border-top:1px solid #ddd;}
#gnb ul {*zoom:1; width:1200px; margin:0 auto;position:relative; z-index:999; }
#gnb ul:after {content:" "; display:block; clear:both;}
#gnb ul li {float:left; text-align:center;font-size:18px;  height:59px;line-height:59px; margin:0 16px;}
#gnb ul li a {color:#111111;  height:100%; display:block;font-family:'raleway'; font-weight:600;}
#gnb ul li:hover{background:url('../images/main/submenu_arrow.png') center 100% no-repeat;}


#gnb div.submenu {display:none;position:absolute; top:59px;left:0; z-index:999;}
#gnb div.submenu ul {margin:0; height:auto;width:100%;}
#gnb div.submenu ul:after{content:"";display:block;clear:both;}
#gnb div.submenu ul li {float:left; font-size:16px; padding:0;height:auto; line-height:60px; font-weight:400; text-align:center; background:none; margin:0; }
#gnb div.submenu ul li a {height:auto; display:block; color:#fff; padding:0 20px;}
#gnb div.submenu ul li a:hover, #gnb div.submenu ul li a:focus{color:#fff443;}

#gnb ul li.m1 div.submenu {left:0;}
#gnb ul li.m2 div.submenu {left:200px;}
#gnb ul li.m3 div.submenu {left:320px;}
#gnb ul li.m4 div.submenu {left:450px;}
#gnb ul li.m5 div.submenu {left:680px;}
#gnb ul li.m6 div.submenu {left:800px;}
#gnb ul li.m7 div.submenu {left:1027px;}


.submenu_bg {display:none; position:absolute; top:180px; left:0; width:100%; height:60px; background:#5081c3; z-index:10;}


/** mobile_none **/

.mobile_top {display:none;}
#nav {display:none;}

/* main */
#container {width:100%;}

#mainvisual {width:100%; min-width:1200px; height:500px; overflow:hidden; position:relative;}

#mainvisual .main_txt {position:relative; width:1200px; box-sizing:border-box; margin:0 auto; z-index:990;text-align:right;}
#mainvisual .main_txt
#mainvisual .main_txt h2{font-family:'roboto'; font-weight:600; color:#e60013;font-size:70px;line-height:65px;}
#mainvisual .main_txt h2 span{color:#222222;}
#mainvisual .main_txt h3{font-size:20px; font-weight:600; color:#2f4444; line-height:29px;margin:20px 0;}
#mainvisual .main_txt h3 strong{font-weight:900;}
#mainvisual .main_txt  p{font-size:24px; font-weight:600;color:#303d3d;line-height:35px;}
#mainvisual .main_txt  p span{font-size:30px;color:#005284;font-weight:900;}


#mainvisual  .btnwrap {padding:45px 0 0 0;}
#mainvisual  .btnwrap:after{content:"";display:block;clear:both;}
#mainvisual  .btnwrap .big {float:left;width:600px; height:410px; border:1px solid #ddd; border-radius:20px; 
	box-sizing:border-box; padding:100px 0 0 0; text-align:center;
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fff, #eef2f3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #fff, #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	font-size:42px; font-weight:900;color:#c50c13; line-height:52px; letter-spacing:-0.03em;

}
#mainvisual  .btnwrap  .big a{display:block;width:460px; height:64px;line-height:62px; color:#fff; font-weight:900; font-family:'raleway';font-size:30px;
	border-radius:80px;-webkit-border-radius:80px;-moz-border-radius:80px;letter-spacing:0;
	margin:50px auto 0;
	background: #c61017;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #e7575d, #c61017);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #e7575d, #c61017); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#mainvisual  .btnwrap .small {float:left;width:560px; margin-left:40px;}
#mainvisual  .btnwrap .small a{display:block; width:100%;padding-right:60px;height:123px;line-height:123px; text-align:center;font-size:28px;font-weight:900;color:#4a6f86;letter-spacing:-0.03em;
	border:1px solid #ddd;box-sizing:border-box; border-radius:20px; margin:0 0 20px 0;position:relative;
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fff, #eef2f3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #fff, #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#mainvisual  .btnwrap .small a img{position:absolute; top:40px; right:40px;}



#mainvisual .slideshow {position:absolute; width:2000px; height:100%; top:0; left:50%; margin-left:-1000px;}
#mainvisual .slideshow div {height:100%; background-repeat:no-repeat; background-position:50% center; background-size:cover;}


.visual_bg1 {background-image:url('../images/main/mainvisual_201104.jpg');}/* 
.visual_bg2 {background-image:url('../images/main/mainvisual2.jpg');}
.visual_bg3 {background-image:url('../images/main/mainvisual3.jpg');} */


/**/
#content {*zoom:1; width:100%; margin:0 auto;}

/* section1 */
.section1 {*zoom:1; width:100%;height:180px;margin:0 auto;background:url('../images/main/section1_bg.jpg') center 0 no-repeat;}
.section1_in{width:1200px; margin:0 auto;}
.section1_in:after{content:"";display:block;clear:both;}

.section1  .counter {float:left; width:265px;margin:0 85px 0 0 ;}
.section1  .counter h3{font-family:'raleway' ;font-size:22px; font-weight:900;color:#fff;padding:30px 0 10px 0;letter-spacing:-0.03em;}
.section1  .quick_wrap {float:left; width:850px;padding:40px 0;}
.section1  .quick_wrap:after{content:"";display:block;clear:both;}
.section1  .quick_wrap li{width:210px;height:100px;float:left; background:url('../images/main/q_bar.png') 0 0 no-repeat;text-align:center;}
.section1  .quick_wrap li:first-child{background:none;}
.section1  .quick_wrap li a{display:block;width:100%;height:100%;font-size:16px;font-weight:900;color:#fff;}
.section1  .quick_wrap li a span{display:block; padding:0 0 10px 0;}
.section1  .quick_wrap li a span img{
        transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.section1  .quick_wrap li a:hover  span img, .section1  .quick_wrap li a:focus span img { transform:rotate(15deg); }




/* section2 */
.section2 {*zoom:1;width:100%; margin:0 auto;padding:40px 0;background:url('../images/main/section2_bg.jpg') center 0 repeat-y;}
.section2_in {width:1200px; margin:0 auto;}
.section2_in:after{content: "";display: block;clear: both;}
.section2 .news{float:left;width:650px;margin:0 50px 0 0;position: relative;}
.section2 .news h3{font-family:'raleway';font-size: 26px;line-height: 26px; font-weight: 600;color: #000000;padding:0 0 20px 0;border-bottom:1px solid #ddd;margin:0 0 20px 0;}
.section2 .news h3 span{color: #be9555;font-weight: 900;}
.section2 .news .plus {position: absolute;top:8px;right:0;
        transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.section2 .news .plus:hover, .section2 .news .plus:focus{transform:rotate(180deg);}

.section2 .news ul li{width:100%;line-height:40px; box-sizing: border-box;position:relative;}
.section2 .news ul li a{display: block;width:80%;padding:0 0 0 16px;background:url('../images/main/notice_dot.png') 0 center no-repeat;color:#111111;font-size:16px;font-weight:600;
	overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.section2 .news ul li  span{display:inline-block;position:Absolute; top:0;right:0;text-align: center;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius: 30px;background-color: #f0f0f0;
font-size:14px;line-height:14px;font-weight: 400;color:#808f89;padding:5px 20px;}

.section2 .news ul li a:hover, .section2 .news ul li a:focus{color:#155c86;}



.section2 .important{float:left;width:500px;  box-sizing: border-box;padding:0 30px;}
.section2 .important h3{font-family:'raleway'; font-size: 26px;line-height:26px;font-weight: 600;color:#111111;margin: 0 0 20px 0;}
.section2 .important .dates {position:relative;width:100%; height:45px;padding:0 20px; box-sizing: border-box;background-color:#fff;margin:10px 0 0 0;font-size:15px;color:#111111;
	font-weight:600;border:2px solid #fff;
	line-height:41px; letter-spacing:-0.03em;
        transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.section2 .important .dates:first-child{margin:0;}

.section2 .important .dates span{position:absolute;top:0;right:20px;text-align:right;font-weight: 900;color:#31627e;display: block;}
.section2 .important .dates:hover {border-color:#d9a141;}


/* section3 */
.section3 {*zoom:1;width:100%; margin: 0 auto;height:450px; background:url('../images/main/section3_bg.jpg') center 0 no-repeat;}
.section3 .speaker{width:1200px; padding:55px 0 46px;margin: 0 auto;position:relative;}
.section3 .speaker:after{content:"";display: block;clear: both;}
.section3 .speaker h3 {font-family:'raleway';font-weight:600;padding: 0 0 30px 0; font-size: 30px;color:#111;text-align:center;}
.section3 .speaker h3 span{color:#1f577c;}
.section3 .speaker  a.more{font-family:'raleway';display:block;width:220px; height:40px;line-height:40px; font-size:15px; font-weight:600; border:2px solid #8e969b;text-align:center;
	color:#6d777d;margin: 20px auto 0;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;
}
.section3 .speaker  a.more:hover, .section3 .speaker  a.more:focus{background-color:#8e969b; color:#fff;}
.section3 .speaker .speaker_slide{width:100%; height:220px;box-sizing: border-box;}
.section3 .speaker .speaker_slide .slide {margin:0 10px 0 0;text-align:center;outline:0;}
.section3 .speaker .speaker_slide .slide .img {border:1px solid #aaa; width:155px;height:155px;border-radius:155px;margin:0 auto 10px;}
.section3 .speaker .speaker_slide .slide .img span{display:block; width:145px;height:145px; margin:5px;background-color:#fff;overflow:hidden;border-radius:145px;text-align:center;}
.section3 .speaker .speaker_slide .slide .img img{display:inline;}
.section3 .speaker .speaker_slide .slide .name {font-family:'raleway';font-size:16px;line-height:26px; font-weight:900; color:#3b4759;}
.section3 .speaker .speaker_slide .slide .name .nation{color:#898e97;display:block;}

.section3 .speaker .speaker_slide .slick-prev {display:none !important;}
.section3 .speaker .speaker_slide .slick-next {display:none  !important;}




/*Quick Menu */
#quick_menu {position:fixed; bottom:500px; margin:0 0 0 650px; width:65px; left:50%;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; /* Firefox 4 */
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-o-transition: all 0.5s ease; /* Opera */
}
#quick_menu a {display:block;}


/* footer */
#footer {width:100%; margin:0 auto;background:#212b2e;}
#footer_content {*zoom:1; margin:0 auto; width:1200px; padding:60px 0;text-align:center;}
#footer_content .address address {font-size:14px;color:#d0d0d0; line-height:24px; }
#footer_content .address > p {font-size:14px; color:#aaa;padding:10px 0 0 0;}
#footer_content .address a {color:#aaa;}




/* sub */
#subvisual {width:100%;height:230px;overflow:hidden; background:url('../images/sub/subvisual.jpg') center center no-repeat;}

#leftmenu {width:100%; height:60px; background:url('../images/main/section1_bg.jpg') 0 0 repeat;}
#lnb {width:1200px; height:100%;  margin:0 auto;}
#lnb ul:after{content:"";display:block;clear:both;}
#lnb ul li {display:block;float:left; font-size:18px;text-align:center;box-sizing:border-box;height:60px;line-height:60px;}
#lnb ul li:first-child {margin:0;}

#lnb ul li.menu01 {width:100%;}
#lnb ul li.menu02 {width:50%;}
#lnb ul li.menu03 {width:33.33%;}
#lnb ul li.menu04 {width:25%;}
#lnb ul li.menu05{width:20%;}

#lnb ul li a {display:block; color:#fff; font-weight:600;background:url('../images/sub/leftmenu_bar.jpg') 0 center no-repeat;
	transition:all .4s ease-out;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
}

#lnb ul li:first-child a {background:none;}

#lnb ul li a:hover, #lnb ul li.on a {background-color:#fff;color:#245a7c;}


#cont {width:1200px; margin:0 auto; padding:90px 0 0;}
#subtitle {margin:0 0 80px 0;text-align:center;}
#subtitle h2 {font-size:34px; line-height:34px;font-weight:600; color:#111111;}
#subtitle .path{margin:0 0 10px 0;font-size:14px;line-height:14px;color:#999999; font-weight:400;}

#con_area {clear:both; min-height:320px; padding:0 0 200px 0;}
#con_area h3.c_tit {font-size:22px; font-weight: 900;color:#111; line-height: 25px; padding: 0 0 0 30px; background:url('../images/sub/c_tit.png') 0 2px no-repeat;margin: 0 0 20px 0;}



/* 01_01 */
.welcome{*zoom:1;}
.welcome .lang_tab{margin:0 0 60px 0;}
.welcome .lang_tab ul {width:172px; margin:0 auto;}
.welcome .lang_tab ul:after{content:"";display:block;clear:both;}
.welcome .lang_tab ul li{float:left;margin:0 0 0 10px;width:80px; height:22px;}
.welcome .lang_tab ul li:first-child{margin:0;}
.welcome .lang_tab ul li a{display:block; width:100%; height:100%; box-sizing:border-box; border:1px solid #ddd; border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;
line-height:22px; font-size:12px; color:#939697; text-align:center;}

.welcome .lang_tab ul li.active a, .welcome .lang_tab ul li a:hover, .welcome .lang_tab ul li a:focus{color:#146386; border:1px solid #146386;}

.welcome .welcome_con{width:100%; padding:50px 0; background:url('../images/sub/welcome_bg.png') center center no-repeat;}
.welcome .welcome_con > p{font-size:17px; color:#222222; line-height:37px; letter-spacing:-0.02em; margin:0 0 30px 0/* ;text-align:center; */}
.welcome .welcome_con > p.date{font-weight:900; color:#111; font-size:19px;margin:90px 0;text-align:center;}
.welcome .welcome_con .sign{text-align:right; font-size:19px; font-weight:600; color:#111111; line-height:50px;width:550px; margin:0 auto;}
.welcome #kor .sign {width:300px;}
.welcome .welcome_con .sign span {margin:0 0 0 25px;}
.welcome .welcome_con .sign span img{vertical-align:middle;}


/* 01_02 */
.comit {*zoom:1;}
.comit .comit_tab {width:730px;margin:0 auto 80px;}
.comit .comit_tab:after {content:""; display: block; clear: both;}
.comit .comit_tab li{float: left;width:355px; height:50px;line-height: 50px;}
.comit .comit_tab li:first-child{margin:0 20px 0 0;}
.comit .comit_tab li a{display: block;width:100%; height:100%; background-color: #f4f4f4;color:#939393;font-size:18px; text-align: center;font-weight: 600;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;}
.comit .comit_tab li a.active, .comit .comit_tab li a:hover, .comit .comit_tab li a:focus {background-color: #2b617b; color:#fff;}
.comit .comit_con table{border-top:1px solid #f30739;}
.comit .comit_con table thead tr th{padding:15px 5px; font-size: 15px; font-weight: 600; color: #fff; background-color:#db2a4f;border-left:1px solid #ddd; border-bottom: 1px solid #ddd;}
.comit .comit_con table thead tr th:first-child{border-left: none;}

.comit .comit_con table tbody tr td{padding:12px 5px; font-size: 14px;letter-spacing: -0.03em; font-weight: 600;  color: #555; border-left:1px solid #ddd; border-bottom: 1px solid #ddd;text-align: center;}
.comit .comit_con table tbody tr td:first-child{border-left:none;}
.comit .comit_con table tbody tr.gray td{background-color:#f3f3f3;}



/*02_01*/

.program {*zoom:1;}
.program .program_tab {width:730px;margin:0 auto 80px;}
.program .program_tab:after {content:""; display: block; clear: both;}
.program .program_tab li{float: left;width:355px; height:50px;line-height: 50px;}
.program .program_tab li:first-child{margin:0 20px 0 0;}
.program .program_tab li a{display: block;width:100%; height:100%; background-color: #f4f4f4;color:#939393;font-size: 22px; text-align: center;font-weight: 600;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;}

.program .program_tab li a span{font-size: 17px;}
.program .program_tab li a.active, .program .program_tab li a:hover, .program .program_tab li a:focus {background-color: #2b617b; color:#fff;}

.program .days table thead tr th{padding:15px 5px; font-size:17px; font-weight: 600; color:#fff;border:1px solid #ddd;word-break: keep-all;}
.program .days table thead tr th.time{background-color:#838689;font-size:14px;}
.program .days table thead tr th.color1{background-color:#5fa4ab;}
.program .days table thead tr th.color2{background-color:#587bab;}
.program .days table thead tr th.color3{background-color:#ff7979;}
.program .days table thead tr th.color4{background-color:#e59940;}

.program .days table tbody tr td{border:1px solid #ddd; padding:20px 10px;text-align: center;letter-spacing: -0.03em;line-height:23px; font-size:15px;font-weight:600; color:#111; word-break: keep-all;}
.program .days table tbody tr td.time{font-size: 13px; color:#222222; }
.program .days table tbody tr td.gray{background-color:#f3f3f3; }
.program .days table tbody tr td.gray span{font-size: 13px;font-weight: 400;display:block;color:#333;}

.program .days table tbody tr td.pink {background-color:#fcdfd9;}
.program .days table tbody tr td.pink .red{color:#f30739;}
.program .days table tbody tr td.green {background-color:#2b617b;color:#fff; font-size:17px;}
.program .days table tbody tr td.yellow{background-color: #e3ae2e;color:#fff; font-size:17px;}

.program .days .red_noti{text-align:right; color:#ff0000;margin:10px 0 0 0; font-size:15px;font-weight:900;}



/* 02_02 */
.prog_d{*zoom:1;}
.prog_d .lang_tab{margin:0 0 60px 0;}
.prog_d .lang_tab ul {width:172px; margin:0 auto;}
.prog_d .lang_tab ul:after{content:"";display:block;clear:both;}
.prog_d .lang_tab ul li{float:left;margin:0 0 0 10px;width:80px; height:22px;}
.prog_d .lang_tab ul li:first-child{margin:0;}
.prog_d .lang_tab ul li a{display:block; width:100%; height:100%; box-sizing:border-box; border:1px solid #ddd; border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;
line-height:22px; font-size:12px; color:#939697; text-align:center;}

.prog_d .lang_tab ul li.active a, .prog_d .lang_tab ul li a:hover, .prog_d .lang_tab ul li a:focus{color:#146386; border:1px solid #146386;}

.prog_d table  {margin:0 0 40px 0;}
.prog_d table thead tr th{background-color:#f30739; color:#fff; font-size:17px; font-weight:600; padding:10px 20px;text-align: left;}
.prog_d table tbody tr td{font-size:14px; color:#444;padding:5px 10px;border-bottom:1px solid #ddd;}
.prog_d table tbody tr td.time{border-right:1px solid #ddd; font-weight:600;text-align: center;}
.prog_d table tbody tr td .pink{color:#f30739;}

.prog_d table tbody tr.event td{background-color:#fff4d0;font-size:15px; font-weight:400;padding:10px;line-height: 22px;}
.prog_d table tbody tr.event td strong{display: block;font-weight:900; font-size:14px;color:#111;}




/* 03_01 */
.guide { *zoom:1;}
.guide .lang_tab{margin:0 0 60px 0;}
.guide .lang_tab ul {width:250px; margin:0 auto;}
.guide .lang_tab ul:after{content:"";display:block;clear:both;}
.guide .lang_tab ul li{float:left;margin:0 0 0 10px;width:120px; height:35px;}
.guide .lang_tab ul li:first-child{margin:0;}
.guide .lang_tab ul li a{display:block; width:100%; height:100%; box-sizing:border-box; border:1px solid #ddd; border-radius:45px;-webkit-border-radius:45px;-moz-border-radius:45px;
line-height:35px; font-size:16px; color:#939697; text-align:center;}

.guide .lang_tab ul li.active a, .guide .lang_tab ul li a:hover, .guide .lang_tab ul li a:focus{color:#146386; border:1px solid #146386;}

.guide_con .boxing{margin: 0 0 70px 0;}
.guide_con .boxing h4{font-size:18px;font-weight:900;color:#111;margin:30px 0 10px 0;}
.guide_con .boxing .date { padding:20px; border:3px solid #eee; font-size:23px; font-weight: 900; color:#e21919; margin: 0 0 30px 0;text-align: center;}

.guide_con .boxing .step:after{content: "";display: block;clear: both;}
.guide_con .boxing .step4 li{float: left;width: 290px;height: 150px; box-sizing: border-box;margin: 0 0 0 12px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border: 1px solid #ddd; text-align:center;}
.guide_con .boxing .step4 li:first-child{margin: 0;}
.guide_con .boxing .step4 li span.title{display: block;height: 40px;line-height: 40px;font-size: 16px;font-weight: 900;color: #fff;border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;-webkit-border-radius: 10px 10px 0 0;}
.guide_con .boxing .step4 li p{display: table;width:100%; height:110px;font-size: 18px;color: #333;line-height: 25px;font-weight: 600;}
.guide_con .boxing .step4 li p span{display:table-cell; vertical-align:middle;}


.guide_con .boxing .step5 li{float: left;width: 230px;height: 150px; box-sizing: border-box;margin: 0 0 0 12px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border: 1px solid #ddd; text-align:center;}
.guide_con .boxing .step5 li:first-child{margin: 0;}
.guide_con .boxing .step5 li span.title{display: block;height: 40px;line-height: 40px;font-size: 16px;font-weight: 900;color: #fff;border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;-webkit-border-radius: 10px 10px 0 0;}
.guide_con .boxing .step5 li p{display: table;width:100%; height:110px;font-size: 18px;color: #333;line-height: 25px;font-weight: 600;}
.guide_con .boxing .step5 li p span{display:table-cell; vertical-align:middle;}




.guide_con .boxing .step li.step01 span.title{background-color:#de7e54;}
.guide_con .boxing .step li.step02 span.title{background-color:#937662;}
.guide_con .boxing .step li.step03 span.title{background-color:#587bab;}
.guide_con .boxing .step li.step04 span.title{background-color:#8cafb6;}
.guide_con .boxing .step li.step05 span.title{background-color:#86b25e;}
.guide_con .boxing .step li.step06 span.title{background-color:#c0163e;}

.guide_con .boxing .dot{font-size: 15px; color: #333; line-height: 30px; padding:0 0 0 15px; background: url('../images/sub/gray_dot.png') 0 12px no-repeat;}
.guide_con .boxing .dot strong{font-weight:600;color:#111;}
.guide_con .boxing .dot font{color:#e21919;}

.guide_con .boxing table{border-top: 1px solid #c0163e;margin:0 0 10px 0;}
.guide_con .boxing table thead tr th{padding:15px; font-size:16px; font-weight:600;color:#111; background-color:#f5f5f5; border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
.guide_con .boxing table thead tr th:first-child{border-left:none;}
.guide_con .boxing table thead tr th.border{border-left:1px solid #ddd;}


.guide_con .boxing table tbody tr th{padding:15px; font-size:16px; font-weight:600;color:#111; background-color:#f5f5f5;border-bottom:1px solid #ddd;}
.guide_con .boxing table tbody tr td {text-align: center;font-size: 16px; padding:15px; color:#333; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; word-break:keep-all;}
.guide_con .boxing table tbody tr td:first-child{border-left: none;}

.guide_con .boxing table.simple_tb tbody tr th{padding:10px;font-size:15px;}
.guide_con .boxing table.simple_tb tbody tr td{padding:10px;font-size:15px;}


.guide_con  .btnbox {margin:100px 0; text-align: center;}
.guide_con  .btnbox  a.go {display: inline-block; background:url('../images/sub/pensil_icon.png') 40px center no-repeat #c70030; border-radius: 100px; color:#fff; font-size: 17px;font-weight: 900; padding: 16px 35px 16px 90px; 

    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;

}
.guide_con  .btnbox  a.go:hover, .guide_con  .btnbox  a.go:focus{background-color:#ae012b;}


.guide_con  .btnbox  a.go_long {text-align:left;padding:10px 35px 10px 90px;}
.guide_con  .btnbox  a.go_long:last-child{margin:0 0 0 20px; background:url('../images/sub/pensil_icon.png') 40px center no-repeat #276987;}
.guide_con  .btnbox  a.go:hover, .guide_con  .btnbox  a.go:focus{background-color:#ae012b;}
.guide_con  .btnbox  a.go_long:last-child:hover, .guide_con  .btnbox  a.go_long:last-child:focus{background-color:#1a556f;}


.guide_con  .info {padding:30px; background-color:#f3f3f3;font-size: 15px;line-height: 30px;color: #666;}
.guide_con  .info strong{display: block;font-weight: 900;color: #555; font-size: 16px; }





/*  04_01 */
.oral { *zoom:1; }



.oral .oral_tab {width:910px;margin:0 auto 80px;}
.oral .oral_tab:after {content:""; display: block; clear: both;}
.oral .oral_tab li{float: left;width:450px; height:50px;line-height: 50px;margin:0 0 10px 0;}
.oral .oral_tab li:nth-child(odd){margin:0 10px 10px 0;}
.oral .oral_tab li a{display: block;width:100%; height:100%;background-color: #3c6980; color:#fff;font-size:18px; text-align: center;font-weight: 600;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;}
.oral .oral_tab li a.active, .oral .oral_tab li a:hover, .oral .oral_tab li a:focus {background-color: #274e62; }


.oral .boxing {margin:0 0 70px 0;}
.oral .dates li{ padding:20px 35px 20px 70px; border:3px solid #eee; font-size:18px; font-weight: 600; color:#111; margin: 0 0 10px 0;background:url('../images/sub/calendar.png')  35px center no-repeat;}
.oral .dates li span {font-weight: 900; color:#e21919; padding: 0 0 0 10px;}

.oral .boxing .dot {font-size: 15px; color: #333; line-height: 30px; padding:0 0 0 15px; background: url('../images/sub/gray_dot.png') 0 12px no-repeat;}
.oral .boxing table{border-top: 1px solid #c0163e;margin:0 0 10px 0;}
.oral .boxing table thead tr th{padding:15px; font-size:16px; font-weight:600;color:#111; background-color:#f5f5f5; border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
.oral .boxing table thead tr th:first-child{border-left:none;}
.oral .boxing table thead tr th.border{border-left:1px solid #ddd;}


.oral .boxing table tbody tr th{padding:15px; font-size:16px; font-weight:600;color:#111; background-color:#f5f5f5;border-bottom:1px solid #ddd;}
.oral .boxing table tbody tr td {text-align: center;font-size: 16px; padding:15px; color:#333; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd;}
.oral .boxing table tbody tr td:first-child{border-left: none;}



.oral  .award {width:100%; height:auto; background:url('../images/sub/award_bg.jpg') 0 0 no-repeat;background-size:cover; box-sizing: border-box; padding:65px 40px;}
.oral  .award h3{font-size: 22px;font-weight: 900;color:#c70030;line-height: 22px; margin:30px 0 20px;}
.oral  .award .dot{font-size: 15px; color: #333; line-height:22px; padding:0 0 0 15px; background: url('../images/sub/gray_dot.png') 0 12px no-repeat;margin:10px 0 0 0;}
.oral  .award .dot strong{font-weight:600;color:#111;}


.oral  .award  table thead tr th{padding:12px; background-color:#18304d; color:#fff; font-size:16px; font-weight: 900;border-left:1px solid #ddd;}
.oral  .award  table thead tr th.gold{background-color:#dbb844;}
.oral  .award  table thead tr th.silver{background-color:#9ca8ab;}
.oral  .award  table thead tr th.bronze{background-color:#9f8d7c;}




.oral  .award  table thead tr th{padding:16px; background-color:#c70030; color:#fff; font-size:16px; font-weight: 900;border-left:1px solid #ddd;}
.oral  .award  table thead tr th:first-child{border:none;}

.oral  .award  table tbody tr td {padding:16px; text-align: center; background-color:#fff; font-size:15px; color:#333; border-left:1px solid #ddd;}

.oral  .award  table tbody tr td:first-child{border:none;}
.oral  .award h4{font-size:18px;font-weight:900;color:#222;margin:0 0 5px 0;}
.oral  .btnbox {margin:100px 0; text-align: center;}
.oral  .btnbox  a.go {display: inline-block; background:url('../images/sub/pensil_icon.png') 40px center no-repeat #c70030; border-radius: 100px; color:#fff; font-size: 17px;
	font-weight: 900; padding: 16px 35px 16px 90px; 

    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;

}

.oral  .btnbox  a.go_long {text-align:left;padding:10px 35px 10px 90px;}
.oral  .btnbox  a.go_long:last-child{margin:0 0 0 20px; background:url('../images/sub/pensil_icon.png') 40px center no-repeat #276987;}
.oral  .btnbox  a.go:hover, .oral  .btnbox  a.go:focus{background-color:#ae012b;}
.oral  .btnbox  a.go_long:last-child:hover, .oral  .btnbox  a.go_long:last-child:focus{background-color:#1a556f;}

.oral  .info {padding:30px; background-color:#f3f3f3;font-size: 15px;line-height: 30px;color: #666;}
.oral  .info strong{display: block;font-weight: 900;color: #555; font-size: 16px; }



/* 04_02 */
.invited { *zoom:1; }
.invited .boxing {margin:0 0 70px 0;}
.invited .dates li{ padding:20px 35px 20px 70px; border:3px solid #eee; font-size:18px; font-weight: 600; color:#111; margin: 0 0 10px 0;background:url('../images/sub/calendar.png')  35px center no-repeat;}
.invited .dates li span {font-weight: 900; color:#e21919; padding: 0 0 0 10px;}

.invited .boxing .dot {font-size: 15px; color: #333; line-height: 30px; padding:0 0 0 15px; background: url('../images/sub/gray_dot.png') 0 12px no-repeat;}
.invited  .btnbox {margin:100px 0; text-align: center;}
.invited  .btnbox  a.go {display: inline-block; background:url('../images/sub/pensil_icon.png') 40px center no-repeat #c70030; border-radius: 100px; color:#fff; font-size: 17px;font-weight: 900; padding: 16px 35px 16px 90px; 

    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;

}
.invited  .btnbox  a.go:hover, .oral  .btnbox  a.go:focus{background-color:#ae012b;}
.invited  .info {padding:30px; background-color:#f3f3f3;font-size: 15px;line-height: 30px;color: #666;}
.invited  .info strong{display: block;font-weight: 900;color: #555; font-size: 16px; }


/* 05_01 */

.exhi{*zoom:1;}
.exhi .boxing{margin: 0 0 70px 0;}
.exhi .dates li{ padding:20px 35px 20px 70px; border:3px solid #eee; font-size:18px; font-weight: 600; color:#111; margin: 0 0 10px 0;background:url('../images/sub/calendar.png')  35px center no-repeat;}
.exhi .dates li span {font-weight: 900; color:#e21919; padding: 0 0 0 10px;}

.exhi .boxing .dot {font-size: 15px; color: #333; line-height: 30px; padding:0 0 0 15px; background: url('../images/sub/gray_dot.png') 0 12px no-repeat;}

.exhi .icons:after{content:"";display: block;clear: both;}
.exhi .icons .downbox{float:left;width: 200px;height: 200px; background-color:#f4f4f4; box-sizing: border-box; padding:20px;text-align: center;font-size:16px; font-weight: 900;color:#111;letter-spacing: -0.03em;margin: 0 0 0 50px;}
.exhi .icons .downbox:first-child{margin:0;}
.exhi .icons .downbox .img {display: block;padding: 5px 0 20px 0;}
.exhi .icons .downbox .img img{
        transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.exhi .icons .downbox a{display: block; background:url('../images/sub/white_down.png') 88% center no-repeat #276987; padding:8px 20px; font-size:16px; font-weight: 600;color:#fff;text-align: left;margin:27px 0 0 0;}
.exhi .icons .downbox a:hover, .exhi .icons .downbox a:focus{background-color:#15536f;}
.exhi .icons .downbox:hover .img img{transform: rotate(15deg);}

.exhi table {border-top:1px solid #e21919;margin: 0 0 20px 0;}
.exhi table thead tr th{padding:15px; background-color:#f4f4f4; font-size:16px; font-weight:600; color:#111; border-bottom:1px solid #ddd; border-left: 1px solid #ddd;}
.exhi table thead tr th:first-child{border-left:none;}

.exhi table tbody tr td {padding:15px; color:#333; font-size:16px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;text-align: center;}
.exhi table tbody tr td.first{border-left:none;}
.exhi table tbody tr td.border{border-left:1px solid #ddd;}

.exhi .boxing .gray{padding:30px; background-color:#f4f4f4;text-align: center; font-size: 18px;font-weight: 800;color:#111;}
.exhi .boxing .gray span{padding:0 10px 0 0;}



.exhi  .btnbox {margin:100px 0; text-align: center;}
.exhi  .btnbox  a {display: inline-block; background:url('../images/sub/pensil_icon.png') 40px center no-repeat #c70030; border-radius: 100px; color:#fff; font-size: 17px;font-weight: 900; padding: 16px 35px 16px 90px; 

    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;

}

.exhi  .btnbox  a.go2 {background:url('../images/sub/goicon.png') 40px center no-repeat #276987; margin: 0 0 0 20px;}


.exhi  .btnbox  a.go1:hover, .oral  .btnbox  a.go1:focus{background-color:#ae012b;}
.exhi  .btnbox  a.go2:hover, .oral  .btnbox  a.go2:focus{background-color:#1b5670;}
.exhi  .info {padding:30px; background-color:#f3f3f3;font-size: 15px;line-height: 30px;color: #666;}
.exhi  .info strong{display: block;font-weight: 900;color: #555; font-size: 16px; }


/* 05_02*/
.sponsorship {*zoom:1;}
.sponsorship .sponbox {margin:0 0 70px 0;}

.sponsorship .platinum dl dt{width:323px; height: 52px; padding: 0 0 0 20px; background: url('../images/sub/platinum_tab.jpg') 0 center no-repeat; color:#fff;line-height: 52px; font-size: 20px;font-weight: 600;} 
.sponsorship .platinum dl dd{border-top:1px solid #c70030;}

.sponsorship .gold dl dt{width:323px; height: 52px; padding: 0 0 0 20px; background: url('../images/sub/gold_tab.jpg') 0 center no-repeat; color:#fff;line-height: 52px; font-size: 20px;font-weight: 600;} 
.sponsorship .gold dl dd{border-top:1px solid #dcac0a;}

.sponsorship .silver dl dt{width:323px; height: 52px; padding: 0 0 0 20px; background: url('../images/sub/silver_tab.jpg') 0 center no-repeat; color:#fff;line-height: 52px; font-size: 20px;font-weight: 600;} 
.sponsorship .silver dl dd{border-top:1px solid #95999c;}


.sponsorship .sponbox dl dd{padding: 30px 0 0 0;}
.sponsorship .sponbox dl dd ul:after{content:"";display: block;clear: both;}
.sponsorship .sponbox dl dd ul li{float: left; width:285px; height: 100px;margin: 0 0 20px 20px;display: table;}
.sponsorship .sponbox dl dd ul li.first {margin:0 0 20px 0;}
.sponsorship .sponbox dl dd ul li a{display: table-cell;width:100%;height: 100%;  box-sizing: border-box; vertical-align: middle;text-align: center; border: 1px solid #ddd;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;


}
.sponsorship .sponbox dl dd ul li a:hover, .sponsorship .sponbox dl dd ul li a:focus{border-color:#aaa;}





/* 06_01 */
.venue {*zoom:1;}
.venue .boxing{margin: 0 0 70px 0;}
.venue .img:after{content:"";display: block;clear: both;}
.venue .img p{float:left;}
.venue .img p:first-child{margin:0 10px 0 0;}
.venue .venue_txt{margin:20px 0 0 0 ; padding:40px 60px; border-top:1px solid #e21919; border-bottom:1px solid #ddd; text-align: center;line-height: 35px;font-size: 18px;color:#111;}


.venue  dl {margin: 0 0 60px 0;}
.venue  dl:after{content: "";display: block;clear: both;}
.venue  dl dt{float: left;width:410px; height:245px;}
.venue  dl dd{float: left;margin:0 0 0 25px; width:765px;font-size:15px; line-height: 26px; color:#555; text-align: justify;}
.venue  dl dd h4{font-size:15px; font-weight: 900; color:#fff; width:250px; height:26px; line-height:26px; padding:0 22px;
background-color: #c70030;border-radius:30px;margin: 20px 0 ;}


/* 06_02 */
.trans{*zoom:1;}
.trans .boxing{margin: 0 0 70px 0;}
.trans .trans_top:after{content: "";display: block;clear: both;}
.trans .trans_top dt{float: left; width: 515px; height: 400px;margin: 0 35px 0 0;}
.trans .trans_top dd{float: left; width: 650px; height: 400px;border-top:1px solid #c70030;}
.trans .trans_top dd p{width:100%;box-sizing: border-box;height:132px;display: table;padding: 20px 20px 20px 120px;font-size: 15px;line-height: 22px;color: #444;border-bottom: 1px dotted #bbb;}
.trans .trans_top dd p span{display: table-cell;vertical-align: middle;}
.trans .trans_top dd p span strong{color: #c70030;font-weight: 900;padding: 0 0 5px 0;display: inline-block;}

.trans .trans_top dd p.add{background:url('../images/sub/add_icon.png') 0 center no-repeat;}
.trans .trans_top dd p.tel{background:url('../images/sub/tel_icon.png') 0 center no-repeat;}
.trans .trans_top dd p.fax{background:url('../images/sub/fax_icon.png') 0 center no-repeat;}

.trans .tabbox {border-bottom:1px solid #ddd;margin:0 0 50px 0;}
.trans .tabbox ul:after{content:"";display: block;clear: both;}
.trans .tabbox ul li{width:300px; height:60px; line-height: 60px;text-align: center;float:left;}
.trans .tabbox ul li a{display: block;font-size: 16px;font-weight: 900;color:#999;background-color:#eee;}

.trans .tabbox ul li a:hover, .trans .tabbox ul li a:focus, .trans .tabbox ul li a.active{background-color: #c70030;color:#fff;}

.trans .tabcon .air{font-size: 20px;font-weight: 900;color: #111; padding: 0 0 0 50px; background:url('../images/sub/airplane.png') 0 center no-repeat; margin:0 0 30px 0;}
.trans .tabcon .air a{display: inline-block;vertical-align: middle;margin: 0 0 0 20px;}

.trans .tabcon .boxing{margin:0 0 70px 50px;}
.trans .tabcon .boxing h5{font-size: 18px;font-weight: 900;color: #12527e; margin:0 0 20px 0; line-height: 18px;}
.trans .tabcon .boxing .bluebox{width:100%; padding:10px 15px; box-sizing: border-box;background-color: #12527e; color:#fff;font-size:15px; line-height:25px;margin:10px 0;}

.trans .tabcon .boxing .busbluebox {padding:0 15px; height:55px; line-height:55px;font-size:16px;}
.trans .tabcon .boxing .busbluebox font{font-weight: 900;font-size: 22px;}
.trans .tabcon .boxing .busbluebox span img{vertical-align: middle; margin:0 20px 0 0;}

.trans .tabcon .boxing .blueboxtrain{padding:15px 15px 15px 90px; background-image:url('../images/sub/train_icon.png'); background-position:30px center; background-repeat: no-repeat;}

.trans .tabcon .boxing .dot {border-bottom:1px solid #ddd;}
.trans .tabcon .boxing .dot:after{content:"";display: block;clear: both;}
.trans .tabcon .boxing .dot span{display: block;box-sizing: border-box;padding:0 0 0 50px;background:url('../images/sub/dark_gray_dot.png') 35px center no-repeat;font-size:15px; line-height:50px; color:#222222;}

.trans .tabcon .boxing .dot .half {float:left; width:50%;}

.trans .tabcon .boxing .dot span a.here {display:inline-block;padding:5px 10px; background-color: #4986ad; color:#fff;; font-weight: 600;font-size: 15px;color:#fff;line-height: 15px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;margin:0 0 0 10px;}

.trans .tabcon .boxing .dot span a.here:hover, .trans .tabcon .boxing .dot span a.here:focus{background-color:#38759a;}


.trans .tabcon .boxing  .terminal {margin:50px 0;}
.trans .tabcon .boxing  .terminal:after{content:"";display: block;clear: both;}
.trans .tabcon .boxing  .terminal p{float: left;width:570px;text-align: center; }
.trans .tabcon .boxing  .terminal p:first-child{margin:0 10px 0 0;}

.trans .tabcon .boxing  .terminal p span {font-size:16px; font-weight: 900;color:#111; display:inline-block;  padding:5px 25px; background-color:#f0f0f0; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin:0 0 10px 0;}

.trans .tabcon .boxing .center{width:100%; padding:30px;box-sizing: border-box;border:1px solid #ddd; text-align: center;margin:0 0 10px 0;}


.trans .tabcon .boxing h5.subway { padding:7px 0 7px 45px; background:url('../images/sub/train_icon_blue.png') 0 center no-repeat;}
.trans .tabcon .boxing h5.bus { padding:7px 0 7px 45px; background:url('../images/sub/bus_icon_blue.png') 0 center no-repeat;}
.trans .tabcon .boxing h5.taxi { padding:7px 0 7px 45px; background:url('../images/sub/taxi_icon_blue.png') 0 center no-repeat;}
.trans .tabcon .boxing h5.car { padding:7px 0 7px 45px; background:url('../images/sub/car_icon_blue.png') 0 center no-repeat;}

.trans .tabcon .boxing .busnum {margin:0 0 50px 0;}
.trans .tabcon .boxing .busnum dt {font-size:17px; font-weight: 900; padding:0 0 15px 15px;color:#111111; line-height:17px; border-bottom:1px solid #12527e; margin:0 0 20px 0;background:url('../images/sub/dark_gray_dot.png') 5px 8px no-repeat;}

.trans .tabcon .boxing .busnum dd {padding:0 30px;}
.trans .tabcon .boxing .busnum dd p{font-size: 16px; color:#333333; line-height:22px; margin:0 0 10px 0;}
.trans .tabcon .boxing .busnum dd p span{display:inline-block; padding:5px 16px; line-height:16px; font-size:14px; font-weight: 600; color:#fff; border-radius: 3px;margin:0 10px 0 0;}

.trans .tabcon .boxing .busnum dd p span.green{background-color:#409b13;}
.trans .tabcon .boxing .busnum dd p span.blue{background-color:#335aa8;}
.trans .tabcon .boxing .busnum dd p span.red{background-color:#ff2929;}
.trans .tabcon .boxing .busnum dd p span.yellow{background-color:#eeb60a;}

.trans .tabcon .boxing .clearbox:after{content:"";display: block;clear: both;}
.trans .tabcon .boxing .clearbox .busnumhalf {float:left;width:565px;}
.trans .tabcon .boxing .clearbox .busnumhalf:first-child{margin:0 20px 0 0;}


/* 06_03 */

.seoul{*zoom:1;}
.seoul_top{padding:80px 40px; background:url('../images/sub/about_seoul_bg.jpg') center center no-repeat;margin: 0 0 70px 0;}
.seoul_top p{font-size: 16px; color:#474c51;line-height: 30px; margin:25px 0 0 0;}

.seoul table{border-top:1px solid #c0163e;margin:0 0 70px 0;}
.seoul table tbody tr th{background-color:#f4f4f4; font-size:15px; font-weight:900; color:#111; padding:15px; border:1px solid #ddd; border-left:none;border-top:none;}
.seoul table tbody tr td {padding:15px 15px 15px 30px; font-size: 15px; color:#333; line-height:30px;border-bottom:1px solid #ddd;}



.seoul .photos {}
.seoul .photos:after {content: ""; display: block; clear: both;}
.seoul .photos li{width:285px; margin:0 0 0 20px; float:left;}
.seoul .photos li:first-child{margin: 0;}
.seoul .photos li:nth-child(even){margin:20px 0 0 20px;}

.intro_seoul {padding:50px 0 100px; background:url('../images/sub/seoul_gray.png') 95% 100% no-repeat;}
.intro_seoul  p{font-size: 16px; color:#474c51; line-height:30px; text-align: justify;margin:0 0 30px 0;}

.seoul  .info {padding:30px; background:url('../images/sub/seoul_color.jpg') 96% 70%   no-repeat #f4f4f4;font-size: 15px;line-height: 30px;color: #666;}
.seoul  .info strong{display: block;font-weight: 900;color: #111; font-size: 16px; }












/* 07_01 */
.acco {*zoom:1;}
.acco .boxing{margin: 0 0 70px 0;}
.acco .dates li{ padding:20px 35px 20px 70px; border:3px solid #eee; font-size:18px; font-weight: 600; color:#111; margin: 0 0 10px 0;background:url('../images/sub/calendar.png')  35px center no-repeat;}
.acco .dates li span {font-weight: 900; color:#e21919; padding: 0 0 0 10px;}
.acco  .dot{font-size: 15px; color: #333; line-height: 30px; padding:0 0 0 15px; background: url('../images/sub/gray_dot.png') 0 12px no-repeat;}
.acco table {border-top:1px solid #e21919;margin: 0 0 20px 0;}
.acco table thead tr th{padding:15px; background-color:#f4f4f4; font-size:16px; font-weight:600; color:#111; border-bottom:1px solid #ddd; border-left: 1px solid #ddd;}
.acco table thead tr th:first-child{border-left:none;}
.acco table tbody tr td {padding:15px; color:#333; font-size:16px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;text-align: center;}
.acco table tbody tr td.first{border-left:none;}
.acco .hotel {margin: 0 0 100px 0;}
.acco .hotel dl {margin:0 0 20px 0;}
.acco .hotel dl:after{content: ""; display: block;clear: both;}
.acco .hotel dl dt{float: left;width: 550px;height:352px; margin:0 20px 0 0;}
.acco .hotel dl dd{float: left;width: 630px;height:352px;}
.acco .hotel1 dl dd h4{height:60px; line-height:60px; font-size:20px; font-weight:900;color:#fff; padding:0 0 0 55px; background:url('../images/sub/building_icon.png') 20px center no-repeat #333a69; }

.acco .hotel2 dl dd h4{height:60px; line-height:60px; font-size:20px; font-weight:900;color:#fff; padding:0 0 0 55px; background:url('../images/sub/building_icon.png') 20px center no-repeat #2a5f79; }

.acco .hotel dl dd table {border-top:none !important; margin:0;}
.acco .hotel dl dd table  tbody tr th {padding:20px 30px; font-size:17px;font-weight:900;color:#111; text-align:left;border:none;}
.acco .hotel dl dd table  tbody tr td {padding:20px 30px 20px 0; font-size:15px;color:#333; line-height: 22px;text-align: left;border:none;}

.acco .hotel dl dd table  tbody tr.gray td, .acco .hotel dl dd table  tbody tr.gray th{background-color:#f4f4f4;} 

.acco .hotel dl dd a.hotel_form{display:block; width:250px;height:50px;margin:20px auto 0;box-sizing: border-box;line-height:44px; border:3px solid #333a69;border-radius:50px; padding:0 30px; color:#333a69; font-size:16px; font-weight:900; background:url('../images/sub/purple_down.png') 85% center no-repeat;

    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}

.acco .hotel2 dl dd a.hotel_form{background:url('../images/sub/blue_down.png') 85% center no-repeat;color:#2a5f79;  border:3px solid #2a5f79;}

.acco .hotel1 dl dd a.hotel_form:hover, .acco .hotel1 dl dd a.hotel_form:focus{background:url('../images/sub/white_down.png') 85% center no-repeat #333a69;color:#fff;}
.acco .hotel2 dl dd a.hotel_form:hover, .acco .hotel2 dl dd a.hotel_form:focus{background:url('../images/sub/white_down.png') 85% center no-repeat #2a5f79;color:#fff;}

.acco .hotel  .map {width:100%; height:300px;}



/* 10_01 */
.speakers .spe_list:after{content:""; display:block; clear:both;}
.speakers .spe_list li{float:left;width:236px; height:290px; background-color:#f3f3f3;margin:0 0 5px 5px ;}
.speakers .spe_list li:nth-child(odd){background-color:#f2fafa;}
.speakers .spe_list li.first{margin:0 0 5px 0;}
.speakers .spe_list li a{display:block; width:100%;height:100%; padding:25px 12px; box-sizing:border-box;text-align:center;border:1px solid transparent;

    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;

}
.speakers .spe_list li a .name{font-size:14px; font-weight:600;color:#222; letter-spacing:-0.03em;line-height:14px; padding:20px 0 15px;}
.speakers .spe_list li a .affi{font-size:13px; line-height:18px; color:#888;padding:0 0 15px 0;}
.speakers .spe_list li a .nation{font-size:14px; color:#555;font-weight:600;}

.speakers .spe_list li a:hover,.speakers .spe_list li a:focus{border:1px solid #a8cadc;}

.speakers .pop {width:700px; height:600px; position:fixed;z-index:1000; top:50%; margin-top:-350px;left:50%;  margin-left:-350px;padding:30px; background-color:#fff;border:1px solid #eee; border-top:8px solid #d91c55; box-shadow:0 0 5px rgba(0,0,0,0.1) ; overflow-y:auto;}
.speakers .pop a.close_btn{position:absolute; top:20px;right:20px;}
.speakers .pop a.close_btn2{display:block; width:70px;height:24px;line-height:24px;text-align:center;border-radius:6px; background-color:#eee; font-size:13px;
 font-weight:600; color:#555;margin:20px auto 0;}
.speakers .pop dl {margin:0 0 40px 0;}
.speakers .pop dl:after{content:"";display:block;clear:both;}
.speakers .pop dl dt {float:left; padding:0 40px 0 100px;}
.speakers .pop dl dd{float:left; padding:25px 0 0 0; max-width:400px;}
.speakers .pop dl dd h4{font-size:16px;font-weight:600;color:#111;margin:0 0 5px 0;}
.speakers .pop dl dd p{font-size:14px; color:#777;}
.speakers .pop  table{border-bottom:1px solid #ddd;}
.speakers .pop  table tr th{border-top:1px solid #ddd; border-right:1px solid #ddd; background-color:#f3f3f3; text-align:left; padding:15px; font-size:14px; font-weight:600;color:#111; line-height:20px;vertical-align:text-top;}
.speakers .pop  table tr td{border-top:1px solid #ddd;font-size:14px; line-height:20px; color:#444;padding:15px;word-break:keep-all;}


/* 회원가입 선택페이지 */

.join_enter{position:relative;}
.join_enter ul {width:820px; margin:0 auto;}
.join_enter ul:after{content:"";display:block;clear:both;}
.join_enter ul li{float:left;width:400px;height:250px;padding:30px;box-sizing:border-box;border:1px solid #ddd; text-align:center;}
.join_enter ul li:first-child{margin:0 20px 0 0;}
.join_enter ul li span{display:block; margin:0 0 40px 0;}
.join_enter ul li a{display:block; height:45px;line-height:45px;color:#fff;background-color:#3d6a81;font-size:16px;font-weight:900;}
.join_enter ul li:first-child a{background-color:#e4c589;}
.join_enter ul li a:hover, .join_enter ul li a:focus{background-color:#2d617b;}
.join_enter ul li:first-child a:hover, .join_enter ul li:first-child a:focus {background-color:#daaf5b;}



/**** mobile layout *************************************************************************************************************/
@media screen and (max-width:640px) {

	body {min-width:320px; width:100%; height:100%;}
	#header {height:100px; width:100%;    min-width: 100%;}
	#header_content {width:100%; height:100px;}
	#header_content .logo {top:42px; left:15px;}
	#header_content .logo img {height:45px;}

	#gnb {display:none;}
	.top_menu {top:15px; right:10px;}
	.top_menu ul {padding:0;border:none;}
	.top_menu ul li {font-size:10px; line-height:20px;}
	.mob_none {display:none;}

	/* nav */
	#top_right {position:absolute; top:55px; right:15px;z-indeX:1000; }
	.allmenu {/*position:absolute; top:35px; right:15px; z-index:1000; display:block; cursor:pointer;*/ position:relative;}
	#menu-icon2{
	  position: relative;
	  width: 30px;
	  height: 20px;
	  transform: rotate(0deg);
	  transition: 0.5s ease-in-out;
	  cursor: pointer;
	}

	#menu-icon2 span{
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #12222a;
	  opacity: 1;
	  left: 0;
	  transform: rotate(0deg);
	  transition: 0.25s ease-in-out;
	}

	#menu-icon2 span.short {
		width:20px;
		left:10px;
	}

	#menu-icon2 span:nth-child(1){top: 0px;}
	#menu-icon2 span:nth-child(2){top: 8px;}
	#menu-icon2 span:nth-child(3){top: 17px;}
	#menu-icon2.open span:nth-child(1) {
	  top: 6px;
	  transform: rotate(-45deg);
	}
	#menu-icon2.open span:nth-child(2) {
	  opacity: 0;    /*클릭하면 중간선이 사라집니다.*/
	}
	#menu-icon2.open span:nth-child(3) {
	  top: 6px;
	  transform: rotate(-135deg);
	  width:30px;
	  left:0;
	}
	nav {position:absolute; top:100px; right:0; width:100%; text-align:left; z-index:1100;}
	#nav {display:block;}
	#nav li {position:relative; border-top:1px solid #edebe9; background:#fff;}
	#nav li a {position:relative; color:#000; font-size:1em; font-weight:600; display:block; line-height:130%; padding:15px 20px 15px 20px;}
	#nav li a .arrow {position:absolute; top:50%; right:10px; z-index:900;}
	#nav li a .arrow img {width:9px; height:6px;}
	#nav > li > ul {}
	#nav > li > ul > li {border-bottom:none; border-top:1px solid #617775;}
	#nav > li > ul > li:first-child {border-top:none;}
	#nav > li > ul > li a {color:#fff; font-size:13px; background:#798c8a; font-weight:500; line-height:130%;}


	/* main */
	#container {width:100%;}

	#mainvisual {width:100%; min-width:auto; height:auto; overflow:hidden; position:relative;}
	#mainvisual .slideshow {position:absolute; width:100%; height:100%; top:0; left:0; margin-left:0;}
	#mainvisual .slideshow div {height:100%; background-repeat:no-repeat; background-position:50% center; background-size:cover;}

	#mainvisual .main_txt { width:auto;padding:0;}
	#mainvisual .main_txt h2{font-size:32px;line-height:35px;}
	#mainvisual .main_txt h3{font-size:13px;line-height:18px;}
	#mainvisual .main_txt  p{font-size:13px; line-height:20px;}
	#mainvisual .main_txt  p span{font-size:18px;}


	#mainvisual  .btnwrap {padding:45px 15px ;}
	#mainvisual  .btnwrap .big {float:none;width:auto; height:auto; padding:40px 0 ;font-size:22px; line-height:32px;margin:0 0 15px 0;}
	#mainvisual  .btnwrap  .big a{display:block;width:80%; height:40px;line-height:40px; font-size:20px;margin:20px auto 0;	}
	#mainvisual  .btnwrap .small {float:none;width:auto; margin-left:0;}
	#mainvisual  .btnwrap .small a{padding-right:60px;padding-left:10px;height:70px;line-height:70px; font-size:15px; margin:0 0 15px 0;}
	#mainvisual  .btnwrap .small a img{position:absolute; top:30px; right:20px;width:20px;}



	/* section1 */
	.section1 {height:auto;background:url('../images/main/section1_bg.jpg') center 0 repeat-y;}
	.section1_in{width:auto; }
	.section1  .counter {float:none; width:auto;margin:0 auto ;text-align:center;}
	.section1  .counter h3{font-size:18px;padding:30px 0 10px 0;}
	.section1  .quick_wrap {float:none; width:auto;padding:10px 0;}
	.section1  .quick_wrap li{width:20%;height:auto;padding:10px 0;background:none;}
	.section1  .quick_wrap li a{font-size:12px;}
	.section1  .quick_wrap li a span{display:block; padding:0 0 10px 0;}
	.section1  .quick_wrap li a span img {width:50px;}


	/* section2 */
	.section2 {padding:0;background:none;}
	.section2_in {width:auto;}
	.section2 .news{float:none;width:auto;margin:0 15px;padding:50px 0;}
	.section2 .news h3{font-size: 20px;line-height: 20px;}
	.section2 .news .plus {top:50px;}
	.section2 .news ul li a{width:60%;font-size:14px;}
	.section2 .news ul li  span{font-size:12px;line-height:12px;padding:5px 10px;}

	.section2 .important{float:none;width:auto; padding:50px 15px;background-color:#f5ead8;}
	.section2 .important h3{ font-size: 20px;line-height:20px;}
	.section2 .important .dates {font-size:13px;}

	

	/* section3 */
	.section3 {height:auto;  background-size:cover;}
	.section3 .speaker{width:auto;}
	.section3 .speaker h3 {font-size:20px;}
	.section3 .speaker  a.more{font-size:13px; width:170px;}
	.section3 .speaker .speaker_slide{width:100%; height:auto;}
	.section3 .speaker .speaker_slide .slide .img {width:135px;height:135px;border-radius:135px;}
	.section3 .speaker .speaker_slide .slide .img span{width:125px;height:125px;border-radius:125px;text-align:center;}
	.section3 .speaker .speaker_slide .slide .img span img{width:100%;height:100%;}
	.section3 .speaker .speaker_slide .slide .name {font-size:14px;line-height:20px;}


	/* footer */
	#footer_content { width:auto; padding:60px 20px;word-break:keep-all;}
	#footer_content .address address {font-size:13px;line-height:22px; }
	#footer_content .address > p {font-size:12px; line-height:22px;margin:10px 0 0 0;}



	/* sub */
	#subvisual {height:190px;background:url('../images/sub/m_subvisual.jpg') center center no-repeat; background-size:cover;}
	#leftmenu {display:none;}
	#cont {width:auto;padding:50px 15px 0;}
	#subtitle {margin:0 0 50px 0;}
	#subtitle h2 {font-size:22px; line-height:22px;}
	#subtitle .path{font-size:11px;line-height:11px;}

	#con_area h3.c_tit {font-size:16px;}


	/* 01_01 */
	.welcome .lang_tab{margin:0 0 20px 0;}

	.welcome .welcome_con{padding:20px 0; background:url('../images/sub/welcome_bg.png') center 10% no-repeat;background-size:100%;}
	.welcome .welcome_con > p{font-size:13px;line-height:28px;margin:0 0 25px 0;word-break:keep-all;}
	.welcome .welcome_con > p br{display:none;}
	.welcome .welcome_con > p.date{font-size:16px;margin:60px 0;}
	.welcome .welcome_con .sign{ font-size:14px; line-height:40px;width:300px;}
	.welcome #kor .sign {width:200px;}
	.welcome .welcome_con .sign span {margin:0 0 0 20px;}
	.welcome .welcome_con .sign span img{height:25px;}



	/* 01_02 */

	.comit .comit_tab {width:auto;margin:0 0 50px 0;}
	.comit .comit_tab li{width:48%; height:40px;line-height:40px;}
	.comit .comit_tab li:first-child{margin:0 4% 0 0;}
	.comit .comit_tab li a{font-size:12px; }
	.comit .comit_con table thead tr th{padding:10px 2px; font-size: 13px;}
	.comit .comit_con table tbody tr td{padding:10px 2px; font-size: 13px;}



	/*02_01*/
	.program .program_tab {width:auto;margin:0 0 50px 0;}
	.program .program_tab li{width:48%; height:40px;line-height:40px;}
	.program .program_tab li:first-child{margin:0 4% 0 0;}
	.program .program_tab li a{font-size:13px; }
	.program .program_tab li a span{font-size: 12px;}

	.program .days table thead tr th{padding:12px 2px; font-size:12px;}
	.program .days table thead tr th.time{font-size:10px;}

	.program .days table tbody tr td{padding:12px 2px;line-height:15px; font-size:11px;}
	.program .days table tbody tr td.time{font-size: 10px;}
	.program .days table tbody tr td.gray span{font-size: 11px;}
	.program .days table tbody tr td.green { font-size:11px;}
	.program .days table tbody tr td.yellow{font-size:11px;}


    /* 02_02 */


    .prog_d table thead tr th{font-size:13px; }
    .prog_d table tbody tr td{font-size:12px; }
    
    .prog_d table tbody tr.event td{font-size:13px;}
    .prog_d table tbody tr.event td strong{font-size:13px;}




	/* 03_01 */
	.guide .lang_tab{margin:0 0 40px 0;}
	.guide_con .boxing .date {font-size:16px;}
	.guide_con .boxing .step li{float: left;width: 48%;height: 120px;margin: 0 4% 10px 0;}
	.guide_con .boxing .step li:first-child{margin: 0 4% 10px 0;}
	.guide_con .boxing .step li:nth-child(even){margin:0 0 10px 0;}

	.guide_con .boxing .step li span{font-size: 12px;}
	.guide_con .boxing .step li p{font-size: 14px;height:80px;}



	.guide_con .boxing .dot{font-size: 14px;}

	.guide_con .boxing table thead tr th{font-size:13px;}
	.guide_con .boxing table tbody tr th{font-size:13px;padding:5px;word-break:break-all;}
	.guide_con .boxing table tbody tr td {font-size: 13px;padding:5px;word-break:break-all;}
	.guide_con  .btnbox  a.go {font-size: 15px;}
	.guide_con  .info {font-size: 12px;line-height:25px;}
	.guide_con  .info strong{font-size: 14px; }

	.guide_con  .btnbox  a.go_long:last-child{margin:20px 0 0 0; }





	/*  04_01 */
	.oral .dates li{ padding:10px 10px 10px 50px; font-size:13px;background:url('../images/sub/calendar.png') 15px center no-repeat;}
	.oral .dates li span{display:block;padding:0;}
	.oral .boxing .dot {font-size: 13px;}
	.oral .boxing table thead tr th{font-size:13px;}
	.oral .boxing table tbody tr th{font-size:13px;padding:5px;word-break:break-all;}
	.oral .boxing table tbody tr td {font-size: 13px;padding:5px;word-break:break-all;}

	.oral  .award { height:auto;padding:50px 20px;background-position:100% 0;background-size:cover;}
	.oral  .award h3{font-size:16px;}
	.oral  .award .dot{font-size: 14px;}


	.oral  .award  table thead tr th{padding:5px;font-size:13px; }
	.oral  .award  table tbody tr td {padding:5px; font-size:13px;}
	.oral  .btnbox  a.go {font-size: 15px;}
	.oral  .info {font-size: 12px;line-height:25px;}
	.oral  .info strong{font-size: 14px; }
	.oral  .btnbox  a.go_long:last-child{ margin:20px 0 0 0;}


    .oral .oral_tab {width:auto;margin:0 auto 50px;}

    .oral .oral_tab li{float: none;width:70%; height:25px;line-height:25px;margin:0 auto 10px;}
    .oral .oral_tab li:nth-child(odd){margin:0 auto 10px;}
    .oral .oral_tab li a{font-size:12px; text-align: center;}
    .oral .oral_tab li a.active, .oral .oral_tab li a:hover, .oral .oral_tab li a:focus {background-color: #4c8c93; color:#fff;border-color:#4c8c93;}



	/* 04_02 */
	.invited .dates li{  padding:10px 10px 10px 50px; font-size:13px;background:url('../images/sub/calendar.png') 15px center no-repeat;}
	.invited .dates li span {display:block;padding:0;}
	.invited .boxing .dot {font-size: 13px;}

	.invited  .btnbox  a.go  {font-size: 15px;}

	.invited  .info {font-size: 12px;line-height:25px;}
	.invited  .info strong{font-size: 14px; }




	/* 05_01 */
	.exhi .dates li{  padding:10px 10px 10px 50px; font-size:13px;background:url('../images/sub/calendar.png') 15px center no-repeat;}
	.exhi .dates li span {display:block;padding:0;}

	.exhi .boxing .dot {font-size: 13px;}

	.exhi .icons .downbox{width: 48%;height: 200px;font-size:12px;margin: 0 4% 20px  0;}
	.exhi .icons .downbox:first-child{margin:0 4% 20px 0 ;}
	.exhi .icons .downbox:nth-child(even){margin: 0 0 20px  0;}

	.exhi .icons .downbox a{font-size:13px; }

	.exhi table thead tr th{padding:5px; font-size:13px;}
	.exhi table tbody tr td {padding:5px; font-size:13px;}
	.exhi .boxing .gray{padding:20px; font-size: 12px;}

	.exhi  .btnbox  a {font-size: 15px;}
	.exhi  .btnbox  a.go2 {margin: 20px 0 0 0;}

	.exhi  .info {font-size: 12px;line-height:25px;}
	.exhi  .info strong{font-size: 14px; }

    
    
    
    /* 05_02*/

    .sponsorship .platinum dl dt{width:200px; height: 40px; background-position:center center;line-height: 40px; font-size: 15px;} 
     .sponsorship .gold dl dt{width:200px; height: 40px; background-position:center center; line-height: 40px; font-size: 15px;} 
    .sponsorship .silver dl dt{width:200px; height: 40px; background-position:center center; line-height: 40px; font-size: 15px;} 

    .sponsorship .sponbox dl dd ul li{width:100%; height: 80px;margin: 0 0 10px 0;}
    .sponsorship .sponbox dl dd ul li.first {margin:0 0 10px 0;}
    



    
    


	/* 06_01 */
	.venue .img p{float:none;text-align:center;}
	.venue .img p:first-child{margin:0 0 10px 0;}
	.venue .img p img{max-width:100%;}
	.venue .venue_txt{ padding:20px 50px;line-height:30px;font-size: 15px;}
	.venue  dl dt{float:none;width:auto; height:auto;margin:0 0 30px 0;text-align:center;}
	.venue  dl dt img {max-width:100%;}
	.venue  dl dd{float: none;margin:0 0 0 0; width:auto;font-size:13px; line-height: 25px; }
	.venue  dl dd h4{font-size:14px;width:auto;margin:0 auto 20px;text-align:center;}


	/* 06_02 */
	.trans .trans_top dt{float:none; width:100%; height:auto;margin: 0 0 30px 0;text-align:center;}
	.trans .trans_top dt img{max-width:100%;}
	.trans .trans_top dd{float:none; width:auto; height: auto;border-top:1px solid #c70030;}
	.trans .trans_top dd p{height:auto;padding: 20px 20px 20px 70px;font-size: 13px;}
	.trans .trans_top dd p.add{background-size:50px;}
	.trans .trans_top dd p.tel{background-size:50px;}
	.trans .trans_top dd p.fax{background-size:50px;}

	.trans .tabbox ul li{width:120px; height:40px; line-height: 40px;}
	.trans .tabbox ul li a{font-size: 13px;}
	.trans .tabcon .air{font-size:15px;padding: 0 0 0 30px;background-size:25px;background-position:0 0;}
	.trans .tabcon .air a{margin: 0 0 0 10px;}

	.trans .tabcon .boxing{margin:0 0 70px 0;}
	.trans .tabcon .boxing h5{font-size: 14px;line-height:14px;}
	.trans .tabcon .boxing .bluebox{padding:10px; font-size:13px; line-height:22px;}

	.trans .tabcon .boxing .busbluebox {padding:0 10px; font-size:13px;height:50px; line-height:50px;}
	.trans .tabcon .boxing .busbluebox font{font-size: 22px;}
	.trans .tabcon .boxing .busbluebox span img{margin:0 10px 5px 0;}
	.trans .tabcon .boxing .blueboxtrain{padding:10px 10px 10px 60px; background-position:15px center;}
	.trans .tabcon .boxing .dot span{background:url('../images/sub/dark_gray_dot.png') 10px 15px no-repeat;font-size:13px;line-height:22px; padding:7px 0 7px 18px;}

	.trans .tabcon .boxing .dot span a.here {padding:2px 6px; font-size: 12px;line-height: 12px;}

	.trans .tabcon .boxing  .terminal p{float:none;width:auto;}
	.trans .tabcon .boxing  .terminal p:first-child{margin:0 0 30px 0;}
	.trans .tabcon .boxing  .terminal p span {font-size:13px;}
	.trans .tabcon .boxing  .terminal p img{max-width:100%;}
	.trans .tabcon .boxing .center{text-align: center;}
	.trans .tabcon .boxing .center img{max-width:100%;}

	.trans .tabcon .boxing .busnum dt {font-size:13px;line-height:13px;}
	.trans .tabcon .boxing .busnum dd p{font-size: 13px;}
	.trans .tabcon .boxing .busnum dd p span{line-height:12px; font-size:12px;}

	.trans .tabcon .boxing .clearbox .busnumhalf {float:none;width:auto;}
	.trans .tabcon .boxing .clearbox .busnumhalf:first-child{margin:0 0 60px 0;}


	/* 06_03 */

	.seoul_top{padding:50px 20px; background:url('../images/sub/about_seoul_bg.jpg') 0 100% no-repeat;background-size:cover;}
	.seoul_top p{font-size: 13px; line-height:25px;}
	.seoul_top h4 img{width:60px;}
	.seoul table tbody tr th{font-size:13px;padding:10px; }
	.seoul table tbody tr td {padding:10px; font-size:13px;line-height:25px;}
	.seoul .photos li{width:48%;height:auto; margin:0 4% 20px 0; float:left;}
	.seoul .photos li img{width:100%;}
	.seoul .photos li:first-child{margin:0 4% 20px 0;}
	.seoul .photos li:nth-child(even){margin:0 0 20px 0;}
	.intro_seoul {padding:30px 0 50px; background:url('../images/sub/seoul_gray.png') 95% 100% no-repeat;}
	.intro_seoul  p{font-size:13px;line-height:26px; }

	.seoul  .info {padding:30px 30px 60px 30px;font-size: 13px;line-height:25px;}
	.seoul  .info strong{font-size: 13px; }



	/* 07_01 */
	.acco .dates li{padding:10px 10px 10px 50px; font-size:13px;background:url('../images/sub/calendar.png') 15px center no-repeat;}
	.acco .dates li span {display:block;padding:0;}
	.acco table thead tr th{padding:5px;font-size:10px;word-break:break-all;}
	.acco table tbody tr td {padding:5px;font-size:10px;word-break:break-all;}
	.acco .hotel {margin:0 0 100px 0;}
	.acco .hotel dl dt{float:none;width: auto;height:auto; margin:0 0 20px 0;text-align:center;}
	.acco .hotel dl dt img{max-width:100%;}
	.acco .hotel dl dd{float: none;width: auto;height:auto;}
	.acco .hotel1 dl dd h4{height:40px; line-height:40px; font-size:12px; padding:0 0 0 30px; background-size:15px; background-position:10px center;}
	.acco .hotel2 dl dd h4{height:40px; line-height:40px; font-size:12px; padding:0 0 0 30px; background-size:15px; background-position:10px center;}

	.acco .hotel dl dd table  tbody tr th {padding:10px; font-size:11px;}
	.acco .hotel dl dd table  tbody tr td {padding:10px; font-size:11px;}
	.acco .hotel dl dd a.hotel_form{width:200px;height:40px;line-height:34px;font-size:13px;}
	.acco .hotel  .map {height:200px;}




	/* 10_01 */

	.speakers .spe_list li{width:48%; height:240px;margin:0 0 15px 4% ;}
	.speakers .spe_list li.first{margin:0 0 15px 4%;}
	.speakers .spe_list li:nth-child(odd){margin:0 0 15px 0;}

	.speakers .spe_list li a{ padding:25px 8px;}
	.speakers .spe_list li a .img img{height:90px;}
	.speakers .spe_list li a .name{font-size:13px; letter-spacing:-0.05em;line-height:18px;padding:7px 0;}
	.speakers .spe_list li a .affi{font-size:11px; line-height:15px;padding:0 0 7px 0;}
	.speakers .spe_list li a .nation{font-size:11px;}

	.speakers .pop {width:96%; height:450px; top:50%; margin-top:-240px;left:2%;  margin-left:0;padding:20px; box-sizing:border-box;}
	.speakers .pop a.close_btn{position:absolute; top:20px;right:20px;}
	.speakers .pop dl {margin:0 0 20px 0;}
	.speakers .pop dl dt {float:none; padding:0 0 20px 0;text-align:center;}
	.speakers .pop dl dd{float:none; padding:0; text-align:center; max-width:100%;}
	.speakers .pop dl dd h4{font-size:13px;}
	.speakers .pop dl dd p{font-size:12px; }
	.speakers .pop  table{width:auto;}
	.speakers .pop  table tr th{font-size:12px; }
	.speakers .pop  table tr td{font-size:12px; }


	/* 회원가입 선택페이지 */

	.join_enter ul {width:auto;}
	.join_enter ul li{float:none;width:auto;height:auto;padding:20px;}
	.join_enter ul li:first-child{margin:0 0 20px 0;}
	.join_enter ul li span{display:block; margin:0 0 20px 0;}
	.join_enter ul li span img{width:50px;}



}





@media screen and (max-width:375px) {

	.program .days table tbody tr td{word-break:break-all;}
}



@media screen and (max-width:320px) {
	#header_content .logo img {height:30px;}
	.welcome .welcome_con .sign{ font-size:14px; line-height:40px;width:270px;}
	.welcome .welcome_con .sign span img{height:20px;}
	.section2 .news h3{font-size:18px;line-height:18px;padding: 55px 0 20px 0;}
	.section3 .speaker .speaker_slide .slide .name {font-size:12px;}
	.section4 .message p{font-size:14px; line-height:27px;}
	.section2 .important {height:450px;}
	.section2 .important .dates {height:70px;line-height:20px;}
	#mainvisual .btnwrap .big a {font-size: 16px;}

}

